Html Css Color HEX #A049AA Violet Blue

📋 copy color: '#A049AA'

red 160 ◦ green 73 ◦ blue 170

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

Shades of Violet Blue #A049AA

Tints of Violet Blue #A049AA

RGB

 RED value IS 160 (62.89% from 255) = 39.7%

 GREEN value IS 73 (28.91% from 255) = 18.11%

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

R = 39.7%
G = 18.11%
B = 42.18%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A049AA (or 0xA049AA) is known color: Violet Blue. HEX triplet: A0, 49 and AA. RGB value is (160,73,170). Sum of RGB (Red+Green+Blue) = 160+73+170=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #A049AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A049AA is #5FB655. Grayscale: #6D6D6D. Windows color (decimal): -6272598 or 11159968. OLE color: 11159968.

HSL color Cylindrical-coordinate representation of color #A049AA: hue angle of 293.81º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A049AA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 73 170 -
CMYK 0.06 0.57 0 0.33
HSL 293.81º 0.4% 0.48% -
HSV(B) 293.81º 0.57% 0.67% -
XYZ 24.14 15.14 39.68 -
YUV 110.07 161.82 163.61 -
System Red Green Blue C M Y K H S L
Decimal 160 73 170 0.06 0.57 0 0.33 293.81 0.4 0.48
Hex A0 49 AA 6 39 0 21 126 28 30
Octal 240 111 252 6 71 0 41 446 50 60
Binary 10100000 1001001 10101010 110 111001 0 100001 100100110 101000 110000

Color Harmonies of #A049AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049AA

Black with #A049AA

Text Example


Text Example

White with #A049AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049AA; }

 p { color: rgb(160,73,170); }

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

background-color css

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

 a { background-color: rgb(160,73,170); }

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

border-color css

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

 span { border-color: rgb(160,73,170); }

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