Html Css Color HEX #AB80D3 East Side

📋 copy color: '#AB80D3'

red 171 ◦ green 128 ◦ blue 211

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

Shades of East Side #AB80D3

Tints of East Side #AB80D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.37%

R = 33.53%
G = 25.1%
B = 41.37%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB80D3 (or 0xAB80D3) is known color: East Side. HEX triplet: AB, 80 and D3. RGB value is (171,128,211). Sum of RGB (Red+Green+Blue) = 171+128+211=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB80D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80D3 is #547F2C. Grayscale: #969696. Windows color (decimal): -5537581 or 13861035. OLE color: 13861035.

HSL color Cylindrical-coordinate representation of color #AB80D3: hue angle of 271.08º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB80D3 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 128 211 -
CMYK 0.19 0.39 0 0.17
HSL 271.08º 0.49% 0.66% -
HSV(B) 271.08º 0.39% 0.83% -
XYZ 36.27 28.8 65.28 -
YUV 150.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 171 128 211 0.19 0.39 0 0.17 271.08 0.49 0.66
Hex AB 80 D3 13 27 0 11 10F 31 42
Octal 253 200 323 23 47 0 21 417 61 102
Binary 10101011 10000000 11010011 10011 100111 0 10001 100001111 110001 1000010

Color Harmonies of #AB80D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80D3

Black with #AB80D3

Text Example


Text Example

White with #AB80D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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