Html Css Color HEX #AB80D8 Biloba Flower

📋 copy color: '#AB80D8'

red 171 ◦ green 128 ◦ blue 216

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

Shades of Biloba Flower #AB80D8

Tints of Biloba Flower #AB80D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.94%

R = 33.2%
G = 24.85%
B = 41.94%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB80D8 (or 0xAB80D8) is known color: Biloba Flower. HEX triplet: AB, 80 and D8. RGB value is (171,128,216). Sum of RGB (Red+Green+Blue) = 171+128+216=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB80D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80D8 is #547F27. Grayscale: #969696. Windows color (decimal): -5537576 or 14188715. OLE color: 14188715.

HSL color Cylindrical-coordinate representation of color #AB80D8: hue angle of 269.32º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB80D8 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 128 216 -
CMYK 0.21 0.41 0 0.15
HSL 269.32º 0.53% 0.67% -
HSV(B) 269.32º 0.41% 0.85% -
XYZ 36.91 29.05 68.63 -
YUV 150.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 171 128 216 0.21 0.41 0 0.15 269.32 0.53 0.67
Hex AB 80 D8 15 29 0 F 10D 35 43
Octal 253 200 330 25 51 0 17 415 65 103
Binary 10101011 10000000 11011000 10101 101001 0 1111 100001101 110101 1000011

Color Harmonies of #AB80D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80D8

Black with #AB80D8

Text Example


Text Example

White with #AB80D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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