#AFA2CD

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

Shades of Biloba Flower #AFA2CD

Tints of Biloba Flower #AFA2CD

Color information

#AFA2CD (or 0xAFA2CD) is unknown color: approx Biloba Flower. HEX triplet: AF, A2 and CD. RGB value is (175,162,205). Sum of RGB (Red+Green+Blue) = 175+162+205=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFA2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2CD is #505D32. Grayscale: #AAAAAA. Windows color (decimal): -5266739 or 13476527. OLE color: 13476527.

HSL color Cylindrical-coordinate representation of color #AFA2CD: hue angle of 258.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFA2CD is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175162205-
CMYK0.150.2100.20
HSL258.14º30.07%71.96%-
HSV(B)258.14º20.98%80.39%-
XYZ41.6239.3663.16-
YUV170.79147.31131-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=32.29%
G=29.89%
B=37.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751622050.150.2100.20258.1430.0771.96
HexAFA2CDF150141021e48
Octal257242315172502440236110
Binary101011111010001011001101111110101010100100000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2CD; }

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

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

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

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

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

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

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

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