Html Css Color HEX #A04194 Violet Blue

📋 copy color: '#A04194'

red 160 ◦ green 65 ◦ blue 148

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

Shades of Violet Blue #A04194

Tints of Violet Blue #A04194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 42.9%
G = 17.43%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A04194 (or 0xA04194) is known color: Violet Blue. HEX triplet: A0, 41 and 94. RGB value is (160,65,148). Sum of RGB (Red+Green+Blue) = 160+65+148=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A04194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04194 is #5FBE6B. Grayscale: #666666. Windows color (decimal): -6274668 or 9716128. OLE color: 9716128.

HSL color Cylindrical-coordinate representation of color #A04194: hue angle of 307.58º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04194 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 65 148 -
CMYK 0 0.59 0.07 0.37
HSL 307.58º 0.42% 0.44% -
HSV(B) 307.58º 0.59% 0.63% -
XYZ 21.73 13.39 29.46 -
YUV 102.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 160 65 148 0 0.59 0.07 0.37 307.58 0.42 0.44
Hex A0 41 94 0 3B 7 25 134 2A 2C
Octal 240 101 224 0 73 7 45 464 52 54
Binary 10100000 1000001 10010100 0 111011 111 100101 100110100 101010 101100

Color Harmonies of #A04194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04194

Black with #A04194

Text Example


Text Example

White with #A04194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04194; }

 p { color: rgb(160,65,148); }

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

background-color css

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

 a { background-color: rgb(160,65,148); }

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

border-color css

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

 span { border-color: rgb(160,65,148); }

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