Html Css Color HEX #A053AA Violet Blue

📋 copy color: '#A053AA'

red 160 ◦ green 83 ◦ blue 170

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

Shades of Violet Blue #A053AA

Tints of Violet Blue #A053AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

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

R = 38.74%
G = 20.1%
B = 41.16%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A053AA (or 0xA053AA) is known color: Violet Blue. HEX triplet: A0, 53 and AA. RGB value is (160,83,170). Sum of RGB (Red+Green+Blue) = 160+83+170=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #A053AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A053AA is #5FAC55. Grayscale: #737373. Windows color (decimal): -6270038 or 11162528. OLE color: 11162528.

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

Color convert

RGB 160 83 170 -
CMYK 0.06 0.51 0 0.33
HSL 293.1º 0.34% 0.5% -
HSV(B) 293.1º 0.51% 0.67% -
XYZ 24.85 16.56 39.92 -
YUV 115.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 160 83 170 0.06 0.51 0 0.33 293.1 0.34 0.5
Hex A0 53 AA 6 33 0 21 125 22 32
Octal 240 123 252 6 63 0 41 445 42 62
Binary 10100000 1010011 10101010 110 110011 0 100001 100100101 100010 110010

Color Harmonies of #A053AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053AA

Black with #A053AA

Text Example


Text Example

White with #A053AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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