Html Css Color HEX #AB88DB Biloba Flower

📋 copy color: '#AB88DB'

red 171 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #AB88DB

Tints of Biloba Flower #AB88DB

RGB

 RED value IS 171 (67.19% from 255) = 32.51%

 GREEN value IS 136 (53.52% from 255) = 25.86%

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

R = 32.51%
G = 25.86%
B = 41.63%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB88DB (or 0xAB88DB) is known color: Biloba Flower. HEX triplet: AB, 88 and DB. RGB value is (171,136,219). Sum of RGB (Red+Green+Blue) = 171+136+219=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB88DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB88DB is #547724. Grayscale: #9B9B9B. Windows color (decimal): -5535525 or 14387371. OLE color: 14387371.

HSL color Cylindrical-coordinate representation of color #AB88DB: hue angle of 265.3º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB88DB is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 136 219 -
CMYK 0.22 0.38 0 0.14
HSL 265.3º 0.54% 0.7% -
HSV(B) 265.3º 0.38% 0.86% -
XYZ 38.38 31.38 71.05 -
YUV 155.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 171 136 219 0.22 0.38 0 0.14 265.3 0.54 0.7
Hex AB 88 DB 16 26 0 E 109 36 46
Octal 253 210 333 26 46 0 16 411 66 106
Binary 10101011 10001000 11011011 10110 100110 0 1110 100001001 110110 1000110

Color Harmonies of #AB88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB88DB

Black with #AB88DB

Text Example


Text Example

White with #AB88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB88DB; }

 p { color: rgb(171,136,219); }

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

background-color css

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

 a { background-color: rgb(171,136,219); }

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

border-color css

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

 span { border-color: rgb(171,136,219); }

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