Html Css Color HEX #A04CA4 Violet Blue

📋 copy color: '#A04CA4'

red 160 ◦ green 76 ◦ blue 164

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

Shades of Violet Blue #A04CA4

Tints of Violet Blue #A04CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41%

R = 40%
G = 19%
B = 41%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A04CA4 (or 0xA04CA4) is known color: Violet Blue. HEX triplet: A0, 4C and A4. RGB value is (160,76,164). Sum of RGB (Red+Green+Blue) = 160+76+164=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 164 - color contains mainly: blue. Hex color #A04CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04CA4 is #5FB35B. Grayscale: #6E6E6E. Windows color (decimal): -6271836 or 10767520. OLE color: 10767520.

HSL color Cylindrical-coordinate representation of color #A04CA4: hue angle of 297.27º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04CA4 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 76 164 -
CMYK 0.02 0.54 0 0.36
HSL 297.27º 0.37% 0.47% -
HSV(B) 297.27º 0.54% 0.64% -
XYZ 23.78 15.32 36.83 -
YUV 111.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 160 76 164 0.02 0.54 0 0.36 297.27 0.37 0.47
Hex A0 4C A4 2 36 0 24 129 25 2F
Octal 240 114 244 2 66 0 44 451 45 57
Binary 10100000 1001100 10100100 10 110110 0 100100 100101001 100101 101111

Color Harmonies of #A04CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CA4

Black with #A04CA4

Text Example


Text Example

White with #A04CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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