#AFA1DB

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

Shades of Biloba Flower #AFA1DB

Tints of Biloba Flower #AFA1DB

Color information

#AFA1DB (or 0xAFA1DB) is unknown color: approx Biloba Flower. HEX triplet: AF, A1 and DB. RGB value is (175,161,219). Sum of RGB (Red+Green+Blue) = 175+161+219=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1DB is #505E24. Grayscale: #ABABAB. Windows color (decimal): -5266981 or 14393775. OLE color: 14393775.

HSL color Cylindrical-coordinate representation of color #AFA1DB: hue angle of 254.48º 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 #AFA1DB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175161219-
CMYK0.200.2600.14
HSL254.48º44.62%74.51%-
HSV(B)254.48º26.48%85.88%-
XYZ43.2139.7272.41-
YUV171.8154.64130.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=31.53%
G=29.01%
B=39.46%

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
Decimal1751612190.200.2600.14254.4844.6274.51
HexAFA1DB141A0Efe2d4b
Octal257241333243201637655113
Binary101011111010000111011011101001101001110111111101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1DB; }

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

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

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

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

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

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

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

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