Html Css Color HEX #A476A9 Violet Blue

📋 copy color: '#A476A9'

red 164 ◦ green 118 ◦ blue 169

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

Shades of Violet Blue #A476A9

Tints of Violet Blue #A476A9

RGB

 RED value IS 164 (64.45% from 255) = 36.36%

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

 BLUE value IS 169 (66.41% from 255) = 37.47%

R = 36.36%
G = 26.16%
B = 37.47%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A476A9 (or 0xA476A9) is known color: Violet Blue. HEX triplet: A4, 76 and A9. RGB value is (164,118,169). Sum of RGB (Red+Green+Blue) = 164+118+169=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 169 - color contains mainly: blue. Hex color #A476A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A476A9 is #5B8956. Grayscale: #898989. Windows color (decimal): -5998935 or 11105956. OLE color: 11105956.

HSL color Cylindrical-coordinate representation of color #A476A9: hue angle of 294.12º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A476A9 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 118 169 -
CMYK 0.03 0.30 0 0.34
HSL 294.12º 0.23% 0.56% -
HSV(B) 294.12º 0.3% 0.66% -
XYZ 28.95 23.71 40.59 -
YUV 137.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 164 118 169 0.03 0.30 0 0.34 294.12 0.23 0.56
Hex A4 76 A9 3 1E 0 22 126 17 38
Octal 244 166 251 3 36 0 42 446 27 70
Binary 10100100 1110110 10101001 11 11110 0 100010 100100110 10111 111000

Color Harmonies of #A476A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A476A9

Black with #A476A9

Text Example


Text Example

White with #A476A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A476A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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