Html Css Color HEX #AB80D1 East Side

📋 copy color: '#AB80D1'

red 171 ◦ green 128 ◦ blue 209

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

Shades of East Side #AB80D1

Tints of East Side #AB80D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.14%

R = 33.66%
G = 25.2%
B = 41.14%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB80D1 (or 0xAB80D1) is known color: East Side. HEX triplet: AB, 80 and D1. RGB value is (171,128,209). Sum of RGB (Red+Green+Blue) = 171+128+209=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB80D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80D1 is #547F2E. Grayscale: #959595. Windows color (decimal): -5537583 or 13729963. OLE color: 13729963.

HSL color Cylindrical-coordinate representation of color #AB80D1: hue angle of 271.85º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB80D1 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 128 209 -
CMYK 0.18 0.39 0 0.18
HSL 271.85º 0.47% 0.66% -
HSV(B) 271.85º 0.39% 0.82% -
XYZ 36.02 28.7 63.96 -
YUV 150.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 171 128 209 0.18 0.39 0 0.18 271.85 0.47 0.66
Hex AB 80 D1 12 27 0 12 110 2F 42
Octal 253 200 321 22 47 0 22 420 57 102
Binary 10101011 10000000 11010001 10010 100111 0 10010 100010000 101111 1000010

Color Harmonies of #AB80D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80D1

Black with #AB80D1

Text Example


Text Example

White with #AB80D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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