Html Css Color HEX #A976B3 East Side

📋 copy color: '#A976B3'

red 169 ◦ green 118 ◦ blue 179

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

Shades of East Side #A976B3

Tints of East Side #A976B3

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.32%

 BLUE value IS 179 (70.31% from 255) = 38.41%

R = 36.27%
G = 25.32%
B = 38.41%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A976B3 (or 0xA976B3) is known color: East Side. HEX triplet: A9, 76 and B3. RGB value is (169,118,179). Sum of RGB (Red+Green+Blue) = 169+118+179=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #A976B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976B3 is #56894C. Grayscale: #8C8C8C. Windows color (decimal): -5671245 or 11761321. OLE color: 11761321.

HSL color Cylindrical-coordinate representation of color #A976B3: hue angle of 290.16º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A976B3 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 118 179 -
CMYK 0.06 0.34 0 0.30
HSL 290.16º 0.29% 0.58% -
HSV(B) 290.16º 0.34% 0.7% -
XYZ 30.98 24.65 45.77 -
YUV 140.2 149.9 148.54 -
System Red Green Blue C M Y K H S L
Decimal 169 118 179 0.06 0.34 0 0.30 290.16 0.29 0.58
Hex A9 76 B3 6 22 0 1E 122 1D 3A
Octal 251 166 263 6 42 0 36 442 35 72
Binary 10101001 1110110 10110011 110 100010 0 11110 100100010 11101 111010

Color Harmonies of #A976B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A976B3

Black with #A976B3

Text Example


Text Example

White with #A976B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A976B3; }

 p { color: rgb(169,118,179); }

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

background-color css

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

 a { background-color: rgb(169,118,179); }

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

border-color css

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

 span { border-color: rgb(169,118,179); }

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