Html Css Color HEX #AB80DF Biloba Flower

📋 copy color: '#AB80DF'

red 171 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #AB80DF

Tints of Biloba Flower #AB80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 32.76%
G = 24.52%
B = 42.72%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB80DF (or 0xAB80DF) is known color: Biloba Flower. HEX triplet: AB, 80 and DF. RGB value is (171,128,223). Sum of RGB (Red+Green+Blue) = 171+128+223=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80DF is #547F20. Grayscale: #979797. Windows color (decimal): -5537569 or 14647467. OLE color: 14647467.

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

Color convert

RGB 171 128 223 -
CMYK 0.23 0.43 0 0.13
HSL 267.16º 0.6% 0.69% -
HSV(B) 267.16º 0.43% 0.87% -
XYZ 37.83 29.42 73.5 -
YUV 151.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 171 128 223 0.23 0.43 0 0.13 267.16 0.6 0.69
Hex AB 80 DF 17 2B 0 D 10B 3C 45
Octal 253 200 337 27 53 0 15 413 74 105
Binary 10101011 10000000 11011111 10111 101011 0 1101 100001011 111100 1000101

Color Harmonies of #AB80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80DF

Black with #AB80DF

Text Example


Text Example

White with #AB80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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