Html Css Color HEX #AFA4DB Biloba Flower

📋 copy color: '#AFA4DB'

red 175 ◦ green 164 ◦ blue 219

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

Shades of Biloba Flower #AFA4DB

Tints of Biloba Flower #AFA4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.39%

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

R = 31.36%
G = 29.39%
B = 39.25%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFA4DB (or 0xAFA4DB) is known color: Biloba Flower. HEX triplet: AF, A4 and DB. RGB value is (175,164,219). Sum of RGB (Red+Green+Blue) = 175+164+219=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4DB is #505B24. Grayscale: #ADADAD. Windows color (decimal): -5266213 or 14394543. OLE color: 14394543.

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

Color convert

RGB 175 164 219 -
CMYK 0.20 0.25 0 0.14
HSL 252º 0.43% 0.75% -
HSV(B) 252º 0.25% 0.86% -
XYZ 43.74 40.78 72.58 -
YUV 173.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 175 164 219 0.20 0.25 0 0.14 252 0.43 0.75
Hex AF A4 DB 14 19 0 E FC 2B 4B
Octal 257 244 333 24 31 0 16 374 53 113
Binary 10101111 10100100 11011011 10100 11001 0 1110 11111100 101011 1001011

Color Harmonies of #AFA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA4DB

Black with #AFA4DB

Text Example


Text Example

White with #AFA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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