Html Css Color HEX #AB8ADB Biloba Flower

📋 copy color: '#AB8ADB'

red 171 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #AB8ADB

Tints of Biloba Flower #AB8ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.14%

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

R = 32.39%
G = 26.14%
B = 41.48%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB8ADB (or 0xAB8ADB) is known color: Biloba Flower. HEX triplet: AB, 8A and DB. RGB value is (171,138,219). Sum of RGB (Red+Green+Blue) = 171+138+219=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB8ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ADB is #547524. Grayscale: #9C9C9C. Windows color (decimal): -5535013 or 14387883. OLE color: 14387883.

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

Color convert

RGB 171 138 219 -
CMYK 0.22 0.37 0 0.14
HSL 264.44º 0.53% 0.7% -
HSV(B) 264.44º 0.37% 0.86% -
XYZ 38.67 31.95 71.15 -
YUV 157.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 171 138 219 0.22 0.37 0 0.14 264.44 0.53 0.7
Hex AB 8A DB 16 25 0 E 108 35 46
Octal 253 212 333 26 45 0 16 410 65 106
Binary 10101011 10001010 11011011 10110 100101 0 1110 100001000 110101 1000110

Color Harmonies of #AB8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8ADB

Black with #AB8ADB

Text Example


Text Example

White with #AB8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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