Html Css Color HEX #AF91DB Biloba Flower

📋 copy color: '#AF91DB'

red 175 ◦ green 145 ◦ blue 219

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

Shades of Biloba Flower #AF91DB

Tints of Biloba Flower #AF91DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.9%

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

R = 32.47%
G = 26.9%
B = 40.63%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF91DB (or 0xAF91DB) is known color: Biloba Flower. HEX triplet: AF, 91 and DB. RGB value is (175,145,219). Sum of RGB (Red+Green+Blue) = 175+145+219=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91DB is #506E24. Grayscale: #A2A2A2. Windows color (decimal): -5271077 or 14389679. OLE color: 14389679.

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

Color convert

RGB 175 145 219 -
CMYK 0.20 0.34 0 0.14
HSL 264.32º 0.51% 0.71% -
HSV(B) 264.32º 0.34% 0.86% -
XYZ 40.59 34.48 71.53 -
YUV 162.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 175 145 219 0.20 0.34 0 0.14 264.32 0.51 0.71
Hex AF 91 DB 14 22 0 E 108 33 47
Octal 257 221 333 24 42 0 16 410 63 107
Binary 10101111 10010001 11011011 10100 100010 0 1110 100001000 110011 1000111

Color Harmonies of #AF91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91DB

Black with #AF91DB

Text Example


Text Example

White with #AF91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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