Html Css Color HEX #A04AAA Violet Blue

📋 copy color: '#A04AAA'

red 160 ◦ green 74 ◦ blue 170

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

Shades of Violet Blue #A04AAA

Tints of Violet Blue #A04AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.32%

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

R = 39.6%
G = 18.32%
B = 42.08%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A04AAA (or 0xA04AAA) is known color: Violet Blue. HEX triplet: A0, 4A and AA. RGB value is (160,74,170). Sum of RGB (Red+Green+Blue) = 160+74+170=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 74 (29.30% from 255 or 18.32% 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 #A04AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04AAA is #5FB555. Grayscale: #6E6E6E. Windows color (decimal): -6272342 or 11160224. OLE color: 11160224.

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

Color convert

RGB 160 74 170 -
CMYK 0.06 0.56 0 0.33
HSL 293.75º 0.39% 0.48% -
HSV(B) 293.75º 0.56% 0.67% -
XYZ 24.2 15.27 39.7 -
YUV 110.66 161.49 163.19 -
System Red Green Blue C M Y K H S L
Decimal 160 74 170 0.06 0.56 0 0.33 293.75 0.39 0.48
Hex A0 4A AA 6 38 0 21 126 27 30
Octal 240 112 252 6 70 0 41 446 47 60
Binary 10100000 1001010 10101010 110 111000 0 100001 100100110 100111 110000

Color Harmonies of #A04AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AAA

Black with #A04AAA

Text Example


Text Example

White with #A04AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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