#AFA0D2

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

Shades of Biloba Flower #AFA0D2

Tints of Biloba Flower #AFA0D2

Color information

#AFA0D2 (or 0xAFA0D2) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and D2. RGB value is (175,160,210). Sum of RGB (Red+Green+Blue) = 175+160+210=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFA0D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0D2 is #505F2D. Grayscale: #A9A9A9. Windows color (decimal): -5267246 or 13803695. OLE color: 13803695.

HSL color Cylindrical-coordinate representation of color #AFA0D2: hue angle of 258º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFA0D2 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175160210-
CMYK0.170.2400.18
HSL258º35.71%72.55%-
HSV(B)258º23.81%82.35%-
XYZ41.8838.9166.28-
YUV170.18150.47131.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 210 (82.42% from 255) = 38.53%
R=32.11%
G=29.36%
B=38.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751602100.170.2400.1825835.7172.55
HexAFA0D211180121022449
Octal257240322213002240244111
Binary10101111101000001101001010001110000100101000000101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0D2; }

 p { color: rgb(175,160,210); }

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

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

 a { background-color: rgb(175,160,210); }

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

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

 span { border-color: rgb(175,160,210); }

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