Html Css Color HEX #A474AA Violet Blue

📋 copy color: '#A474AA'

red 164 ◦ green 116 ◦ blue 170

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

Shades of Violet Blue #A474AA

Tints of Violet Blue #A474AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

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

R = 36.44%
G = 25.78%
B = 37.78%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A474AA (or 0xA474AA) is known color: Violet Blue. HEX triplet: A4, 74 and AA. RGB value is (164,116,170). Sum of RGB (Red+Green+Blue) = 164+116+170=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #A474AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A474AA is #5B8B55. Grayscale: #888888. Windows color (decimal): -5999446 or 11170980. OLE color: 11170980.

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

Color convert

RGB 164 116 170 -
CMYK 0.04 0.32 0 0.33
HSL 293.33º 0.24% 0.56% -
HSV(B) 293.33º 0.32% 0.67% -
XYZ 28.81 23.29 41.01 -
YUV 136.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 164 116 170 0.04 0.32 0 0.33 293.33 0.24 0.56
Hex A4 74 AA 4 20 0 21 125 18 38
Octal 244 164 252 4 40 0 41 445 30 70
Binary 10100100 1110100 10101010 100 100000 0 100001 100100101 11000 111000

Color Harmonies of #A474AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474AA

Black with #A474AA

Text Example


Text Example

White with #A474AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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