Html Css Color HEX #A978BE East Side

📋 copy color: '#A978BE'

red 169 ◦ green 120 ◦ blue 190

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

Shades of East Side #A978BE

Tints of East Side #A978BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 35.28%
G = 25.05%
B = 39.67%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A978BE (or 0xA978BE) is known color: East Side. HEX triplet: A9, 78 and BE. RGB value is (169,120,190). Sum of RGB (Red+Green+Blue) = 169+120+190=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #A978BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978BE is #568741. Grayscale: #8E8E8E. Windows color (decimal): -5670722 or 12482729. OLE color: 12482729.

HSL color Cylindrical-coordinate representation of color #A978BE: hue angle of 282º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A978BE is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 120 190 -
CMYK 0.11 0.37 0 0.25
HSL 282º 0.35% 0.61% -
HSV(B) 282º 0.37% 0.75% -
XYZ 32.37 25.59 51.95 -
YUV 142.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 169 120 190 0.11 0.37 0 0.25 282 0.35 0.61
Hex A9 78 BE B 25 0 19 11A 23 3D
Octal 251 170 276 13 45 0 31 432 43 75
Binary 10101001 1111000 10111110 1011 100101 0 11001 100011010 100011 111101

Color Harmonies of #A978BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978BE

Black with #A978BE

Text Example


Text Example

White with #A978BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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