Html Css Color HEX #A04CAC Violet Blue

📋 copy color: '#A04CAC'

red 160 ◦ green 76 ◦ blue 172

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

Shades of Violet Blue #A04CAC

Tints of Violet Blue #A04CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 39.22%
G = 18.63%
B = 42.16%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A04CAC (or 0xA04CAC) is known color: Violet Blue. HEX triplet: A0, 4C and AC. RGB value is (160,76,172). Sum of RGB (Red+Green+Blue) = 160+76+172=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #A04CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04CAC is #5FB353. Grayscale: #6F6F6F. Windows color (decimal): -6271828 or 11291808. OLE color: 11291808.

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

Color convert

RGB 160 76 172 -
CMYK 0.07 0.56 0 0.33
HSL 292.5º 0.39% 0.49% -
HSV(B) 292.5º 0.56% 0.67% -
XYZ 24.53 15.62 40.75 -
YUV 112.06 161.83 162.19 -
System Red Green Blue C M Y K H S L
Decimal 160 76 172 0.07 0.56 0 0.33 292.5 0.39 0.49
Hex A0 4C AC 7 38 0 21 124 27 31
Octal 240 114 254 7 70 0 41 444 47 61
Binary 10100000 1001100 10101100 111 111000 0 100001 100100100 100111 110001

Color Harmonies of #A04CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CAC

Black with #A04CAC

Text Example


Text Example

White with #A04CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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