Html Css Color HEX #A446AA Violet Blue

📋 copy color: '#A446AA'

red 164 ◦ green 70 ◦ blue 170

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

Shades of Violet Blue #A446AA

Tints of Violet Blue #A446AA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.33%

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

R = 40.59%
G = 17.33%
B = 42.08%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A446AA (or 0xA446AA) is known color: Violet Blue. HEX triplet: A4, 46 and AA. RGB value is (164,70,170). Sum of RGB (Red+Green+Blue) = 164+70+170=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #A446AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A446AA is #5BB955. Grayscale: #6D6D6D. Windows color (decimal): -6011222 or 11159204. OLE color: 11159204.

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

Color convert

RGB 164 70 170 -
CMYK 0.04 0.59 0 0.33
HSL 296.4º 0.42% 0.47% -
HSV(B) 296.4º 0.59% 0.67% -
XYZ 24.76 15.18 39.65 -
YUV 109.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 164 70 170 0.04 0.59 0 0.33 296.4 0.42 0.47
Hex A4 46 AA 4 3B 0 21 128 2A 2F
Octal 244 106 252 4 73 0 41 450 52 57
Binary 10100100 1000110 10101010 100 111011 0 100001 100101000 101010 101111

Color Harmonies of #A446AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446AA

Black with #A446AA

Text Example


Text Example

White with #A446AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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