#FAA0FF

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

Shades of Violet #FAA0FF

Tints of Violet #FAA0FF

Color information

#FAA0FF (or 0xFAA0FF) is unknown color: approx Violet. HEX triplet: FA, A0 and FF. RGB value is (250,160,255). Sum of RGB (Red+Green+Blue) = 250+160+255=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 160 (62.89% from 255 or 24.06% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA0FF is #055F00. Grayscale: #C5C5C5. Windows color (decimal): -352001 or 16752890. OLE color: 16752890.

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

Color convert

RGB250160255-
CMYK0.020.3700
HSL296.84º100%81.37%-
HSV(B)296.84º37.25%100%-
XYZ70.0552.69101.09-
YUV197.74160.32165.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 160 (62.89% from 255) = 24.06%
BLUE value IS 255 (100% from 255) = 38.35%
R=37.59%
G=24.06%
B=38.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501602550.020.3700296.8410081.37
HexFAA0FF225001296451
Octal37224037724500451144121
Binary111110101010000011111111101001010010010100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA0FF; }

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

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

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

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

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

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

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

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