#AFA2DC

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

Shades of Biloba Flower #AFA2DC

Tints of Biloba Flower #AFA2DC

Color information

#AFA2DC (or 0xAFA2DC) is unknown color: approx Biloba Flower. HEX triplet: AF, A2 and DC. RGB value is (175,162,220). Sum of RGB (Red+Green+Blue) = 175+162+220=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2DC is #505D23. Grayscale: #ACACAC. Windows color (decimal): -5266724 or 14459567. OLE color: 14459567.

HSL color Cylindrical-coordinate representation of color #AFA2DC: hue angle of 253.45º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA2DC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175162220-
CMYK0.200.2600.14
HSL253.45º45.31%74.9%-
HSV(B)253.45º26.36%86.27%-
XYZ43.5240.1273.16-
YUV172.5154.81129.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=31.42%
G=29.08%
B=39.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751622200.200.2600.14253.4545.3174.9
HexAFA2DC141A0Efd2d4b
Octal257242334243201637555113
Binary101011111010001011011100101001101001110111111011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2DC; }

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

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

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

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

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

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

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

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