Html Css Color HEX #AB80DA Biloba Flower

📋 copy color: '#AB80DA'

red 171 ◦ green 128 ◦ blue 218

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

Shades of Biloba Flower #AB80DA

Tints of Biloba Flower #AB80DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 33.08%
G = 24.76%
B = 42.17%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB80DA (or 0xAB80DA) is known color: Biloba Flower. HEX triplet: AB, 80 and DA. RGB value is (171,128,218). Sum of RGB (Red+Green+Blue) = 171+128+218=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB80DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80DA is #547F25. Grayscale: #969696. Windows color (decimal): -5537574 or 14319787. OLE color: 14319787.

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

Color convert

RGB 171 128 218 -
CMYK 0.22 0.41 0 0.15
HSL 268.67º 0.55% 0.68% -
HSV(B) 268.67º 0.41% 0.85% -
XYZ 37.17 29.16 70 -
YUV 151.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 171 128 218 0.22 0.41 0 0.15 268.67 0.55 0.68
Hex AB 80 DA 16 29 0 F 10D 37 44
Octal 253 200 332 26 51 0 17 415 67 104
Binary 10101011 10000000 11011010 10110 101001 0 1111 100001101 110111 1000100

Color Harmonies of #AB80DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80DA

Black with #AB80DA

Text Example


Text Example

White with #AB80DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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