Html Css Color HEX #AB9EDB Biloba Flower

📋 copy color: '#AB9EDB'

red 171 ◦ green 158 ◦ blue 219

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

Shades of Biloba Flower #AB9EDB

Tints of Biloba Flower #AB9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.83%

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

R = 31.2%
G = 28.83%
B = 39.96%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB9EDB (or 0xAB9EDB) is known color: Biloba Flower. HEX triplet: AB, 9E and DB. RGB value is (171,158,219). Sum of RGB (Red+Green+Blue) = 171+158+219=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EDB is #546124. Grayscale: #A8A8A8. Windows color (decimal): -5529893 or 14393003. OLE color: 14393003.

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

Color convert

RGB 171 158 219 -
CMYK 0.22 0.28 0 0.14
HSL 252.79º 0.46% 0.74% -
HSV(B) 252.79º 0.28% 0.86% -
XYZ 41.81 38.23 72.19 -
YUV 168.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 171 158 219 0.22 0.28 0 0.14 252.79 0.46 0.74
Hex AB 9E DB 16 1C 0 E FD 2E 4A
Octal 253 236 333 26 34 0 16 375 56 112
Binary 10101011 10011110 11011011 10110 11100 0 1110 11111101 101110 1001010

Color Harmonies of #AB9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EDB

Black with #AB9EDB

Text Example


Text Example

White with #AB9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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