#FAA2FF

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

Shades of Violet #FAA2FF

Tints of Violet #FAA2FF

Color information

#FAA2FF (or 0xFAA2FF) is unknown color: approx Violet. HEX triplet: FA, A2 and FF. RGB value is (250,162,255). Sum of RGB (Red+Green+Blue) = 250+162+255=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 162 (63.67% from 255 or 24.29% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA2FF is #055D00. Grayscale: #C6C6C6. Windows color (decimal): -351489 or 16753402. OLE color: 16753402.

HSL color Cylindrical-coordinate representation of color #FAA2FF: hue angle of 296.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA2FF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB250162255-
CMYK0.020.3600
HSL296.77º100%81.76%-
HSV(B)296.77º36.47%100%-
XYZ70.3953.38101.2-
YUV198.91159.65164.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 162 (63.67% from 255) = 24.29%
BLUE value IS 255 (100% from 255) = 38.23%
R=37.48%
G=24.29%
B=38.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501622550.020.3600296.7710081.76
HexFAA2FF224001296452
Octal37224237724400451144122
Binary111110101010001011111111101001000010010100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA2FF; }

 p { color: rgb(250,162,255); }

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

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

 a { background-color: rgb(250,162,255); }

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

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

 span { border-color: rgb(250,162,255); }

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