#AFA6CD

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

Shades of Biloba Flower #AFA6CD

Tints of Biloba Flower #AFA6CD

Color information

#AFA6CD (or 0xAFA6CD) is unknown color: approx Biloba Flower. HEX triplet: AF, A6 and CD. RGB value is (175,166,205). Sum of RGB (Red+Green+Blue) = 175+166+205=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFA6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6CD is #505932. Grayscale: #ACACAC. Windows color (decimal): -5265715 or 13477551. OLE color: 13477551.

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

Color convert

RGB175166205-
CMYK0.150.1900.20
HSL253.85º28.06%72.75%-
HSV(B)253.85º19.02%80.39%-
XYZ42.3340.7963.4-
YUV173.14145.98129.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=32.05%
G=30.40%
B=37.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751662050.150.1900.20253.8528.0672.75
HexAFA6CDF13014fe1c49
Octal257246315172302437634111
Binary10101111101001101100110111111001101010011111110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6CD; }

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

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

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

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

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

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

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

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