Html Css Color HEX #AB80D5 Biloba Flower

📋 copy color: '#AB80D5'

red 171 ◦ green 128 ◦ blue 213

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

Shades of Biloba Flower #AB80D5

Tints of Biloba Flower #AB80D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.6%

R = 33.4%
G = 25%
B = 41.6%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB80D5 (or 0xAB80D5) is known color: Biloba Flower. HEX triplet: AB, 80 and D5. RGB value is (171,128,213). Sum of RGB (Red+Green+Blue) = 171+128+213=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB80D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80D5 is #547F2A. Grayscale: #969696. Windows color (decimal): -5537579 or 13992107. OLE color: 13992107.

HSL color Cylindrical-coordinate representation of color #AB80D5: hue angle of 270.35º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB80D5 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 128 213 -
CMYK 0.20 0.40 0 0.16
HSL 270.35º 0.5% 0.67% -
HSV(B) 270.35º 0.4% 0.84% -
XYZ 36.52 28.9 66.6 -
YUV 150.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 171 128 213 0.20 0.40 0 0.16 270.35 0.5 0.67
Hex AB 80 D5 14 28 0 10 10E 32 43
Octal 253 200 325 24 50 0 20 416 62 103
Binary 10101011 10000000 11010101 10100 101000 0 10000 100001110 110010 1000011

Color Harmonies of #AB80D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80D5

Black with #AB80D5

Text Example


Text Example

White with #AB80D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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