#AFA1D0

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

Shades of Biloba Flower #AFA1D0

Tints of Biloba Flower #AFA1D0

Color information

#AFA1D0 (or 0xAFA1D0) is unknown color: approx Biloba Flower. HEX triplet: AF, A1 and D0. RGB value is (175,161,208). Sum of RGB (Red+Green+Blue) = 175+161+208=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFA1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1D0 is #505E2F. Grayscale: #AAAAAA. Windows color (decimal): -5266992 or 13672879. OLE color: 13672879.

HSL color Cylindrical-coordinate representation of color #AFA1D0: hue angle of 257.87º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFA1D0 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175161208-
CMYK0.160.2300.18
HSL257.87º33.33%72.35%-
HSV(B)257.87º22.6%81.57%-
XYZ41.8139.1665.03-
YUV170.54149.14131.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 161 (63.28% from 255) = 29.60%
BLUE value IS 208 (81.64% from 255) = 38.24%
R=32.17%
G=29.60%
B=38.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751612080.160.2300.18257.8733.3372.35
HexAFA1D010170121022148
Octal257241320202702240241110
Binary10101111101000011101000010000101110100101000000101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1D0; }

 p { color: rgb(175,161,208); }

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

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

 a { background-color: rgb(175,161,208); }

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

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

 span { border-color: rgb(175,161,208); }

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