#AF99DE

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

Shades of Biloba Flower #AF99DE

Tints of Biloba Flower #AF99DE

Color information

#AF99DE (or 0xAF99DE) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and DE. RGB value is (175,153,222). Sum of RGB (Red+Green+Blue) = 175+153+222=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF99DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99DE is #506621. Grayscale: #A7A7A7. Windows color (decimal): -5269026 or 14588335. OLE color: 14588335.

HSL color Cylindrical-coordinate representation of color #AF99DE: hue angle of 259.13º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF99DE is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175153222-
CMYK0.210.3100.13
HSL259.13º51.11%73.53%-
HSV(B)259.13º31.08%87.06%-
XYZ42.2637.1774.05-
YUV167.44158.79133.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=31.82%
G=27.82%
B=40.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751532220.210.3100.13259.1351.1173.53
HexAF99DE151F0D103334a
Octal257231336253701540363112
Binary1010111110011001110111101010111111011011000000111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99DE; }

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

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

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

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

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

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

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

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