Html Css Color HEX #A978B6 East Side

📋 copy color: '#A978B6'

red 169 ◦ green 120 ◦ blue 182

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

Shades of East Side #A978B6

Tints of East Side #A978B6

RGB

 RED value IS 169 (66.41% from 255) = 35.88%

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

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 35.88%
G = 25.48%
B = 38.64%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A978B6 (or 0xA978B6) is known color: East Side. HEX triplet: A9, 78 and B6. RGB value is (169,120,182). Sum of RGB (Red+Green+Blue) = 169+120+182=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #A978B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978B6 is #568749. Grayscale: #8D8D8D. Windows color (decimal): -5670730 or 11958441. OLE color: 11958441.

HSL color Cylindrical-coordinate representation of color #A978B6: hue angle of 287.42º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A978B6 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 120 182 -
CMYK 0.07 0.34 0 0.29
HSL 287.42º 0.3% 0.59% -
HSV(B) 287.42º 0.34% 0.71% -
XYZ 31.52 25.25 47.47 -
YUV 141.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 169 120 182 0.07 0.34 0 0.29 287.42 0.3 0.59
Hex A9 78 B6 7 22 0 1D 11F 1E 3B
Octal 251 170 266 7 42 0 35 437 36 73
Binary 10101001 1111000 10110110 111 100010 0 11101 100011111 11110 111011

Color Harmonies of #A978B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978B6

Black with #A978B6

Text Example


Text Example

White with #A978B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978B6; }

 p { color: rgb(169,120,182); }

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

background-color css

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

 a { background-color: rgb(169,120,182); }

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

border-color css

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

 span { border-color: rgb(169,120,182); }

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