Html Css Color HEX #A476AA Violet Blue

📋 copy color: '#A476AA'

red 164 ◦ green 118 ◦ blue 170

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

Shades of Violet Blue #A476AA

Tints of Violet Blue #A476AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 36.28%
G = 26.11%
B = 37.61%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A476AA (or 0xA476AA) is known color: Violet Blue. HEX triplet: A4, 76 and AA. RGB value is (164,118,170). Sum of RGB (Red+Green+Blue) = 164+118+170=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #A476AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A476AA is #5B8955. Grayscale: #898989. Windows color (decimal): -5998934 or 11171492. OLE color: 11171492.

HSL color Cylindrical-coordinate representation of color #A476AA: hue angle of 293.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A476AA is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 118 170 -
CMYK 0.04 0.31 0 0.33
HSL 293.08º 0.23% 0.56% -
HSV(B) 293.08º 0.31% 0.67% -
XYZ 29.04 23.75 41.08 -
YUV 137.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 164 118 170 0.04 0.31 0 0.33 293.08 0.23 0.56
Hex A4 76 AA 4 1F 0 21 125 17 38
Octal 244 166 252 4 37 0 41 445 27 70
Binary 10100100 1110110 10101010 100 11111 0 100001 100100101 10111 111000

Color Harmonies of #A476AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A476AA

Black with #A476AA

Text Example


Text Example

White with #A476AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A476AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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