#AF99E0

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

Shades of Biloba Flower #AF99E0

Tints of Biloba Flower #AF99E0

Color information

#AF99E0 (or 0xAF99E0) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and E0. RGB value is (175,153,224). Sum of RGB (Red+Green+Blue) = 175+153+224=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF99E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99E0 is #50661F. Grayscale: #A7A7A7. Windows color (decimal): -5269024 or 14719407. OLE color: 14719407.

HSL color Cylindrical-coordinate representation of color #AF99E0: hue angle of 258.59º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF99E0 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175153224-
CMYK0.220.3200.12
HSL258.59º53.38%73.92%-
HSV(B)258.59º31.7%87.84%-
XYZ42.5237.2875.48-
YUV167.67159.79133.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=31.70%
G=27.72%
B=40.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751532240.220.3200.12258.5953.3873.92
HexAF99E016200C103354a
Octal257231340264001440365112
Binary10101111100110011110000010110100000011001000000111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99E0; }

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

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

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

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

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

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

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

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