#AA3FFC

Color #AA3FFC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #AA3FFC

Tints of Blue Violet #AA3FFC

Color information

#AA3FFC (or 0xAA3FFC) is unknown color: approx Blue Violet. HEX triplet: AA, 3F and FC. RGB value is (170,63,252). Sum of RGB (Red+Green+Blue) = 170+63+252=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA3FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3FFC is #55C003. Grayscale: #737373. Windows color (decimal): -5619716 or 16531370. OLE color: 16531370.

HSL color Cylindrical-coordinate representation of color #AA3FFC: hue angle of 273.97º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3FFC is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17063252-
CMYK0.330.7500.01
HSL273.97º96.92%61.76%-
HSV(B)273.97º75%98.82%-
XYZ35.9319.1393.89-
YUV116.54204.45166.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 63 (25% from 255) = 12.99%
BLUE value IS 252 (98.83% from 255) = 51.96%
R=35.05%
G=12.99%
B=51.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal170632520.330.7500.01273.9796.9261.76
HexAA3FFC214B01112613e
Octal25277374411130142214176
Binary10101010111111111111001000011001011011000100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3FFC; }

 p { color: rgb(170,63,252); }

 H1.HeaderClassName
 {
   color: #AA3FFC;
 }
 .AnyTagClassName
 {
   color: #AA3FFC;
 }
</style>
background-color css

<style>
 a { background-color: #AA3FFC; }

 a { background-color: rgb(170,63,252); }

 div.DivClassName
 {
   background-color: #AA3FFC;
 }
 .BgClassName
 {
   background-color: #AA3FFC;
 }
</style>
border-color css

<style>
 span { border-color: #AA3FFC; }

 span { border-color: rgb(170,63,252); }

 td.TdClassName
 {
   border-color: #AA3FFC;
 }
 .TagClassName
 {
   border-color: #AA3FFC;
 }
</style>