Html Css Color HEX #AB8EDB Biloba Flower

📋 copy color: '#AB8EDB'

red 171 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #AB8EDB

Tints of Biloba Flower #AB8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.69%

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

R = 32.14%
G = 26.69%
B = 41.17%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB8EDB (or 0xAB8EDB) is known color: Biloba Flower. HEX triplet: AB, 8E and DB. RGB value is (171,142,219). Sum of RGB (Red+Green+Blue) = 171+142+219=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EDB is #547124. Grayscale: #9F9F9F. Windows color (decimal): -5533989 or 14388907. OLE color: 14388907.

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

Color convert

RGB 171 142 219 -
CMYK 0.22 0.35 0 0.14
HSL 262.6º 0.52% 0.71% -
HSV(B) 262.6º 0.35% 0.86% -
XYZ 39.25 33.12 71.34 -
YUV 159.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 171 142 219 0.22 0.35 0 0.14 262.6 0.52 0.71
Hex AB 8E DB 16 23 0 E 107 34 47
Octal 253 216 333 26 43 0 16 407 64 107
Binary 10101011 10001110 11011011 10110 100011 0 1110 100000111 110100 1000111

Color Harmonies of #AB8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8EDB

Black with #AB8EDB

Text Example


Text Example

White with #AB8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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