Html Css Color HEX #AB78BA East Side

📋 copy color: '#AB78BA'

red 171 ◦ green 120 ◦ blue 186

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

Shades of East Side #AB78BA

Tints of East Side #AB78BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.16%

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

R = 35.85%
G = 25.16%
B = 38.99%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB78BA (or 0xAB78BA) is known color: East Side. HEX triplet: AB, 78 and BA. RGB value is (171,120,186). Sum of RGB (Red+Green+Blue) = 171+120+186=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78BA is #548745. Grayscale: #8E8E8E. Windows color (decimal): -5539654 or 12220587. OLE color: 12220587.

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

Color convert

RGB 171 120 186 -
CMYK 0.08 0.35 0 0.27
HSL 286.36º 0.32% 0.6% -
HSV(B) 286.36º 0.35% 0.73% -
XYZ 32.37 25.64 49.7 -
YUV 142.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 171 120 186 0.08 0.35 0 0.27 286.36 0.32 0.6
Hex AB 78 BA 8 23 0 1B 11E 20 3C
Octal 253 170 272 10 43 0 33 436 40 74
Binary 10101011 1111000 10111010 1000 100011 0 11011 100011110 100000 111100

Color Harmonies of #AB78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB78BA

Black with #AB78BA

Text Example


Text Example

White with #AB78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB78BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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