Html Css Color HEX #A049AB Violet Blue

📋 copy color: '#A049AB'

red 160 ◦ green 73 ◦ blue 171

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

Shades of Violet Blue #A049AB

Tints of Violet Blue #A049AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 39.6%
G = 18.07%
B = 42.33%

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

#A049AB (or 0xA049AB) is known color: Violet Blue. HEX triplet: A0, 49 and AB. RGB value is (160,73,171). Sum of RGB (Red+Green+Blue) = 160+73+171=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #A049AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A049AB is #5FB654. Grayscale: #6D6D6D. Windows color (decimal): -6272597 or 11225504. OLE color: 11225504.

HSL color Cylindrical-coordinate representation of color #A049AB: hue angle of 293.27º 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 #A049AB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 73 171 -
CMYK 0.06 0.57 0 0.33
HSL 293.27º 0.4% 0.48% -
HSV(B) 293.27º 0.57% 0.67% -
XYZ 24.23 15.18 40.18 -
YUV 110.19 162.32 163.53 -
System Red Green Blue C M Y K H S L
Decimal 160 73 171 0.06 0.57 0 0.33 293.27 0.4 0.48
Hex A0 49 AB 6 39 0 21 125 28 30
Octal 240 111 253 6 71 0 41 445 50 60
Binary 10100000 1001001 10101011 110 111001 0 100001 100100101 101000 110000

Color Harmonies of #A049AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049AB

Black with #A049AB

Text Example


Text Example

White with #A049AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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