Html Css Color HEX #AB77BA East Side

📋 copy color: '#AB77BA'

red 171 ◦ green 119 ◦ blue 186

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

Shades of East Side #AB77BA

Tints of East Side #AB77BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25%

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 35.92%
G = 25%
B = 39.08%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB77BA (or 0xAB77BA) is known color: East Side. HEX triplet: AB, 77 and BA. RGB value is (171,119,186). Sum of RGB (Red+Green+Blue) = 171+119+186=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77BA is #548845. Grayscale: #8D8D8D. Windows color (decimal): -5539910 or 12220331. OLE color: 12220331.

HSL color Cylindrical-coordinate representation of color #AB77BA: hue angle of 286.57º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB77BA is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 119 186 -
CMYK 0.08 0.36 0 0.27
HSL 286.57º 0.33% 0.6% -
HSV(B) 286.57º 0.36% 0.73% -
XYZ 32.25 25.4 49.66 -
YUV 142.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 171 119 186 0.08 0.36 0 0.27 286.57 0.33 0.6
Hex AB 77 BA 8 24 0 1B 11F 21 3C
Octal 253 167 272 10 44 0 33 437 41 74
Binary 10101011 1110111 10111010 1000 100100 0 11011 100011111 100001 111100

Color Harmonies of #AB77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB77BA

Black with #AB77BA

Text Example


Text Example

White with #AB77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB77BA; }

 p { color: rgb(171,119,186); }

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

background-color css

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

 a { background-color: rgb(171,119,186); }

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

border-color css

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

 span { border-color: rgb(171,119,186); }

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