Html Css Color HEX #AB80C0 East Side

📋 copy color: '#AB80C0'

red 171 ◦ green 128 ◦ blue 192

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

Shades of East Side #AB80C0

Tints of East Side #AB80C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.1%

R = 34.83%
G = 26.07%
B = 39.1%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB80C0 (or 0xAB80C0) is known color: East Side. HEX triplet: AB, 80 and C0. RGB value is (171,128,192). Sum of RGB (Red+Green+Blue) = 171+128+192=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB80C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80C0 is #547F3F. Grayscale: #939393. Windows color (decimal): -5537600 or 12615851. OLE color: 12615851.

HSL color Cylindrical-coordinate representation of color #AB80C0: hue angle of 280.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB80C0 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 128 192 -
CMYK 0.11 0.33 0 0.25
HSL 280.31º 0.34% 0.63% -
HSV(B) 280.31º 0.33% 0.75% -
XYZ 34.03 27.9 53.46 -
YUV 148.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 171 128 192 0.11 0.33 0 0.25 280.31 0.34 0.63
Hex AB 80 C0 B 21 0 19 118 22 3F
Octal 253 200 300 13 41 0 31 430 42 77
Binary 10101011 10000000 11000000 1011 100001 0 11001 100011000 100010 111111

Color Harmonies of #AB80C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80C0

Black with #AB80C0

Text Example


Text Example

White with #AB80C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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