#AF99E9

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

Shades of Biloba Flower #AF99E9

Tints of Biloba Flower #AF99E9

Color information

#AF99E9 (or 0xAF99E9) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and E9. RGB value is (175,153,233). Sum of RGB (Red+Green+Blue) = 175+153+233=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF99E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99E9 is #506616. Grayscale: #A8A8A8. Windows color (decimal): -5269015 or 15309231. OLE color: 15309231.

HSL color Cylindrical-coordinate representation of color #AF99E9: hue angle of 256.5º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF99E9 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175153233-
CMYK0.250.3400.09
HSL256.5º64.52%75.69%-
HSV(B)256.5º34.33%91.37%-
XYZ43.7837.7882.08-
YUV168.7164.29132.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 233 (91.41% from 255) = 41.53%
R=31.19%
G=27.27%
B=41.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751532330.250.3400.09256.564.5275.69
HexAF99E9192209100414c
Octal2572313513142011400101114
Binary101011111001100111101001110011000100100110000000010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99E9; }

 p { color: rgb(175,153,233); }

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

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

 a { background-color: rgb(175,153,233); }

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

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

 span { border-color: rgb(175,153,233); }

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