Html Css Color HEX #AB80DD Biloba Flower

📋 copy color: '#AB80DD'

red 171 ◦ green 128 ◦ blue 221

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

Shades of Biloba Flower #AB80DD

Tints of Biloba Flower #AB80DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 32.88%
G = 24.62%
B = 42.5%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB80DD (or 0xAB80DD) is known color: Biloba Flower. HEX triplet: AB, 80 and DD. RGB value is (171,128,221). Sum of RGB (Red+Green+Blue) = 171+128+221=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80DD is #547F22. Grayscale: #979797. Windows color (decimal): -5537571 or 14516395. OLE color: 14516395.

HSL color Cylindrical-coordinate representation of color #AB80DD: hue angle of 267.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB80DD is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 128 221 -
CMYK 0.23 0.42 0 0.13
HSL 267.74º 0.58% 0.68% -
HSV(B) 267.74º 0.42% 0.87% -
XYZ 37.56 29.32 72.09 -
YUV 151.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 171 128 221 0.23 0.42 0 0.13 267.74 0.58 0.68
Hex AB 80 DD 17 2A 0 D 10C 3A 44
Octal 253 200 335 27 52 0 15 414 72 104
Binary 10101011 10000000 11011101 10111 101010 0 1101 100001100 111010 1000100

Color Harmonies of #AB80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80DD

Black with #AB80DD

Text Example


Text Example

White with #AB80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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