Html Css Color HEX #AB84BA East Side

📋 copy color: '#AB84BA'

red 171 ◦ green 132 ◦ blue 186

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

Shades of East Side #AB84BA

Tints of East Side #AB84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.99%

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

R = 34.97%
G = 26.99%
B = 38.04%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB84BA (or 0xAB84BA) is known color: East Side. HEX triplet: AB, 84 and BA. RGB value is (171,132,186). Sum of RGB (Red+Green+Blue) = 171+132+186=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84BA is #547B45. Grayscale: #959595. Windows color (decimal): -5536582 or 12223659. OLE color: 12223659.

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

Color convert

RGB 171 132 186 -
CMYK 0.08 0.29 0 0.27
HSL 283.33º 0.28% 0.62% -
HSV(B) 283.33º 0.29% 0.73% -
XYZ 33.91 28.71 50.21 -
YUV 149.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 171 132 186 0.08 0.29 0 0.27 283.33 0.28 0.62
Hex AB 84 BA 8 1D 0 1B 11B 1C 3E
Octal 253 204 272 10 35 0 33 433 34 76
Binary 10101011 10000100 10111010 1000 11101 0 11011 100011011 11100 111110

Color Harmonies of #AB84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB84BA

Black with #AB84BA

Text Example


Text Example

White with #AB84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB84BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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