Html Css Color HEX #AB80C9 East Side

📋 copy color: '#AB80C9'

red 171 ◦ green 128 ◦ blue 201

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

Shades of East Side #AB80C9

Tints of East Side #AB80C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 34.2%
G = 25.6%
B = 40.2%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB80C9 (or 0xAB80C9) is known color: East Side. HEX triplet: AB, 80 and C9. RGB value is (171,128,201). Sum of RGB (Red+Green+Blue) = 171+128+201=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB80C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80C9 is #547F36. Grayscale: #949494. Windows color (decimal): -5537591 or 13205675. OLE color: 13205675.

HSL color Cylindrical-coordinate representation of color #AB80C9: hue angle of 275.34º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB80C9 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 128 201 -
CMYK 0.15 0.36 0 0.21
HSL 275.34º 0.4% 0.65% -
HSV(B) 275.34º 0.36% 0.79% -
XYZ 35.06 28.31 58.88 -
YUV 149.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 171 128 201 0.15 0.36 0 0.21 275.34 0.4 0.65
Hex AB 80 C9 F 24 0 15 113 28 41
Octal 253 200 311 17 44 0 25 423 50 101
Binary 10101011 10000000 11001001 1111 100100 0 10101 100010011 101000 1000001

Color Harmonies of #AB80C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80C9

Black with #AB80C9

Text Example


Text Example

White with #AB80C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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