#AF99DC

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

Shades of Biloba Flower #AF99DC

Tints of Biloba Flower #AF99DC

Color information

#AF99DC (or 0xAF99DC) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and DC. RGB value is (175,153,220). Sum of RGB (Red+Green+Blue) = 175+153+220=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF99DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99DC is #506623. Grayscale: #A6A6A6. Windows color (decimal): -5269028 or 14457263. OLE color: 14457263.

HSL color Cylindrical-coordinate representation of color #AF99DC: hue angle of 259.7º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF99DC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175153220-
CMYK0.200.3000.14
HSL259.7º48.91%73.14%-
HSV(B)259.7º30.45%86.27%-
XYZ41.9937.0672.65-
YUV167.22157.79133.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=31.93%
G=27.92%
B=40.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751532200.200.3000.14259.748.9173.14
HexAF99DC141E0E1043149
Octal257231334243601640461111
Binary1010111110011001110111001010011110011101000001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99DC; }

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

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

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

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

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

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

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

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