Html Css Color HEX #AB80D6 Biloba Flower

📋 copy color: '#AB80D6'

red 171 ◦ green 128 ◦ blue 214

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

Shades of Biloba Flower #AB80D6

Tints of Biloba Flower #AB80D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.72%

R = 33.33%
G = 24.95%
B = 41.72%

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

#AB80D6 (or 0xAB80D6) is known color: Biloba Flower. HEX triplet: AB, 80 and D6. RGB value is (171,128,214). Sum of RGB (Red+Green+Blue) = 171+128+214=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB80D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80D6 is #547F29. Grayscale: #969696. Windows color (decimal): -5537578 or 14057643. OLE color: 14057643.

HSL color Cylindrical-coordinate representation of color #AB80D6: hue angle of 270º degrees, saturation: 0.51, 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 #AB80D6 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 128 214 -
CMYK 0.20 0.40 0 0.16
HSL 270º 0.51% 0.67% -
HSV(B) 270º 0.4% 0.84% -
XYZ 36.65 28.95 67.27 -
YUV 150.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 171 128 214 0.20 0.40 0 0.16 270 0.51 0.67
Hex AB 80 D6 14 28 0 10 10E 33 43
Octal 253 200 326 24 50 0 20 416 63 103
Binary 10101011 10000000 11010110 10100 101000 0 10000 100001110 110011 1000011

Color Harmonies of #AB80D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80D6

Black with #AB80D6

Text Example


Text Example

White with #AB80D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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