Html Css Color HEX #AFA0DB Biloba Flower

📋 copy color: '#AFA0DB'

red 175 ◦ green 160 ◦ blue 219

#AFA0DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AFA0DB

Tints of Biloba Flower #AFA0DB

RGB

 RED value IS 175 (68.75% from 255) = 31.59%

 GREEN value IS 160 (62.89% from 255) = 28.88%

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 31.59%
G = 28.88%
B = 39.53%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFA0DB (or 0xAFA0DB) is known color: Biloba Flower. HEX triplet: AF, A0 and DB. RGB value is (175,160,219). Sum of RGB (Red+Green+Blue) = 175+160+219=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0DB is #505F24. Grayscale: #AAAAAA. Windows color (decimal): -5267237 or 14393519. OLE color: 14393519.

HSL color Cylindrical-coordinate representation of color #AFA0DB: hue angle of 255.25º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFA0DB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 160 219 -
CMYK 0.20 0.27 0 0.14
HSL 255.25º 0.45% 0.74% -
HSV(B) 255.25º 0.27% 0.86% -
XYZ 43.04 39.37 72.35 -
YUV 171.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 175 160 219 0.20 0.27 0 0.14 255.25 0.45 0.74
Hex AF A0 DB 14 1B 0 E FF 2D 4A
Octal 257 240 333 24 33 0 16 377 55 112
Binary 10101111 10100000 11011011 10100 11011 0 1110 11111111 101101 1001010

Color Harmonies of #AFA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA0DB

Black with #AFA0DB

Text Example


Text Example

White with #AFA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA0DB; }

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

 H1.HeaderClassName
 {
   color: #AFA0DB;
 }
 .AnyTagClassName
 {
   color: #AFA0DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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