Html Css Color HEX #AB76C1 East Side

📋 copy color: '#AB76C1'

red 171 ◦ green 118 ◦ blue 193

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

Shades of East Side #AB76C1

Tints of East Side #AB76C1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.48%

 BLUE value IS 193 (75.78% from 255) = 40.04%

R = 35.48%
G = 24.48%
B = 40.04%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB76C1 (or 0xAB76C1) is known color: East Side. HEX triplet: AB, 76 and C1. RGB value is (171,118,193). Sum of RGB (Red+Green+Blue) = 171+118+193=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB76C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76C1 is #54893E. Grayscale: #8E8E8E. Windows color (decimal): -5540159 or 12678827. OLE color: 12678827.

HSL color Cylindrical-coordinate representation of color #AB76C1: hue angle of 282.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB76C1 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 118 193 -
CMYK 0.11 0.39 0 0.24
HSL 282.4º 0.38% 0.61% -
HSV(B) 282.4º 0.39% 0.76% -
XYZ 32.9 25.47 53.63 -
YUV 142.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 171 118 193 0.11 0.39 0 0.24 282.4 0.38 0.61
Hex AB 76 C1 B 27 0 18 11A 26 3D
Octal 253 166 301 13 47 0 30 432 46 75
Binary 10101011 1110110 11000001 1011 100111 0 11000 100011010 100110 111101

Color Harmonies of #AB76C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76C1

Black with #AB76C1

Text Example


Text Example

White with #AB76C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76C1; }

 p { color: rgb(171,118,193); }

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

background-color css

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

 a { background-color: rgb(171,118,193); }

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

border-color css

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

 span { border-color: rgb(171,118,193); }

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