Html Css Color HEX #AB80CE East Side

📋 copy color: '#AB80CE'

red 171 ◦ green 128 ◦ blue 206

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

Shades of East Side #AB80CE

Tints of East Side #AB80CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 33.86%
G = 25.35%
B = 40.79%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB80CE (or 0xAB80CE) is known color: East Side. HEX triplet: AB, 80 and CE. RGB value is (171,128,206). Sum of RGB (Red+Green+Blue) = 171+128+206=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB80CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80CE is #547F31. Grayscale: #959595. Windows color (decimal): -5537586 or 13533355. OLE color: 13533355.

HSL color Cylindrical-coordinate representation of color #AB80CE: hue angle of 273.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB80CE is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 128 206 -
CMYK 0.17 0.38 0 0.19
HSL 273.08º 0.44% 0.65% -
HSV(B) 273.08º 0.38% 0.81% -
XYZ 35.65 28.55 62.02 -
YUV 149.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 171 128 206 0.17 0.38 0 0.19 273.08 0.44 0.65
Hex AB 80 CE 11 26 0 13 111 2C 41
Octal 253 200 316 21 46 0 23 421 54 101
Binary 10101011 10000000 11001110 10001 100110 0 10011 100010001 101100 1000001

Color Harmonies of #AB80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80CE

Black with #AB80CE

Text Example


Text Example

White with #AB80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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