Html Css Color HEX #A04CAA Violet Blue

📋 copy color: '#A04CAA'

red 160 ◦ green 76 ◦ blue 170

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

Shades of Violet Blue #A04CAA

Tints of Violet Blue #A04CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.72%

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

R = 39.41%
G = 18.72%
B = 41.87%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A04CAA (or 0xA04CAA) is known color: Violet Blue. HEX triplet: A0, 4C and AA. RGB value is (160,76,170). Sum of RGB (Red+Green+Blue) = 160+76+170=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #A04CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04CAA is #5FB355. Grayscale: #6F6F6F. Windows color (decimal): -6271830 or 11160736. OLE color: 11160736.

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

Color convert

RGB 160 76 170 -
CMYK 0.06 0.55 0 0.33
HSL 293.62º 0.38% 0.48% -
HSV(B) 293.62º 0.55% 0.67% -
XYZ 24.34 15.54 39.75 -
YUV 111.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 160 76 170 0.06 0.55 0 0.33 293.62 0.38 0.48
Hex A0 4C AA 6 37 0 21 126 26 30
Octal 240 114 252 6 67 0 41 446 46 60
Binary 10100000 1001100 10101010 110 110111 0 100001 100100110 100110 110000

Color Harmonies of #A04CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CAA

Black with #A04CAA

Text Example


Text Example

White with #A04CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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