Html Css Color HEX #AB80DB Biloba Flower

📋 copy color: '#AB80DB'

red 171 ◦ green 128 ◦ blue 219

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

Shades of Biloba Flower #AB80DB

Tints of Biloba Flower #AB80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.71%

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

R = 33.01%
G = 24.71%
B = 42.28%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB80DB (or 0xAB80DB) is known color: Biloba Flower. HEX triplet: AB, 80 and DB. RGB value is (171,128,219). Sum of RGB (Red+Green+Blue) = 171+128+219=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80DB is #547F24. Grayscale: #969696. Windows color (decimal): -5537573 or 14385323. OLE color: 14385323.

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

Color convert

RGB 171 128 219 -
CMYK 0.22 0.42 0 0.14
HSL 268.35º 0.56% 0.68% -
HSV(B) 268.35º 0.42% 0.86% -
XYZ 37.3 29.21 70.69 -
YUV 151.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 171 128 219 0.22 0.42 0 0.14 268.35 0.56 0.68
Hex AB 80 DB 16 2A 0 E 10C 38 44
Octal 253 200 333 26 52 0 16 414 70 104
Binary 10101011 10000000 11011011 10110 101010 0 1110 100001100 111000 1000100

Color Harmonies of #AB80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80DB

Black with #AB80DB

Text Example


Text Example

White with #AB80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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