Html Css Color HEX #AB81DB Biloba Flower

📋 copy color: '#AB81DB'

red 171 ◦ green 129 ◦ blue 219

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

Shades of Biloba Flower #AB81DB

Tints of Biloba Flower #AB81DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.86%

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

R = 32.95%
G = 24.86%
B = 42.2%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB81DB (or 0xAB81DB) is known color: Biloba Flower. HEX triplet: AB, 81 and DB. RGB value is (171,129,219). Sum of RGB (Red+Green+Blue) = 171+129+219=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81DB is #547E24. Grayscale: #979797. Windows color (decimal): -5537317 or 14385579. OLE color: 14385579.

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

Color convert

RGB 171 129 219 -
CMYK 0.22 0.41 0 0.14
HSL 268º 0.56% 0.68% -
HSV(B) 268º 0.41% 0.86% -
XYZ 37.43 29.47 70.73 -
YUV 151.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 171 129 219 0.22 0.41 0 0.14 268 0.56 0.68
Hex AB 81 DB 16 29 0 E 10C 38 44
Octal 253 201 333 26 51 0 16 414 70 104
Binary 10101011 10000001 11011011 10110 101001 0 1110 100001100 111000 1000100

Color Harmonies of #AB81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB81DB

Black with #AB81DB

Text Example


Text Example

White with #AB81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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