Html Css Color HEX #A878B0 East Side

📋 copy color: '#A878B0'

red 168 ◦ green 120 ◦ blue 176

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

Shades of East Side #A878B0

Tints of East Side #A878B0

RGB

 RED value IS 168 (66.02% from 255) = 36.21%

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

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 36.21%
G = 25.86%
B = 37.93%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A878B0 (or 0xA878B0) is known color: East Side. HEX triplet: A8, 78 and B0. RGB value is (168,120,176). Sum of RGB (Red+Green+Blue) = 168+120+176=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #A878B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A878B0 is #57874F. Grayscale: #8C8C8C. Windows color (decimal): -5736272 or 11565224. OLE color: 11565224.

HSL color Cylindrical-coordinate representation of color #A878B0: hue angle of 291.43º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A878B0 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 120 176 -
CMYK 0.05 0.32 0 0.31
HSL 291.43º 0.26% 0.58% -
HSV(B) 291.43º 0.32% 0.69% -
XYZ 30.7 24.89 44.26 -
YUV 140.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 168 120 176 0.05 0.32 0 0.31 291.43 0.26 0.58
Hex A8 78 B0 5 20 0 1F 123 1A 3A
Octal 250 170 260 5 40 0 37 443 32 72
Binary 10101000 1111000 10110000 101 100000 0 11111 100100011 11010 111010

Color Harmonies of #A878B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A878B0

Black with #A878B0

Text Example


Text Example

White with #A878B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A878B0; }

 p { color: rgb(168,120,176); }

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

background-color css

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

 a { background-color: rgb(168,120,176); }

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

border-color css

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

 span { border-color: rgb(168,120,176); }

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