Html Css Color HEX #A04198 Violet Blue

📋 copy color: '#A04198'

red 160 ◦ green 65 ◦ blue 152

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

Shades of Violet Blue #A04198

Tints of Violet Blue #A04198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 42.44%
G = 17.24%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A04198 (or 0xA04198) is known color: Violet Blue. HEX triplet: A0, 41 and 98. RGB value is (160,65,152). Sum of RGB (Red+Green+Blue) = 160+65+152=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A04198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04198 is #5FBE67. Grayscale: #676767. Windows color (decimal): -6274664 or 9978272. OLE color: 9978272.

HSL color Cylindrical-coordinate representation of color #A04198: hue angle of 305.05º 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 #A04198 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 65 152 -
CMYK 0 0.59 0.05 0.37
HSL 305.05º 0.42% 0.44% -
HSV(B) 305.05º 0.59% 0.63% -
XYZ 22.06 13.52 31.15 -
YUV 103.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 160 65 152 0 0.59 0.05 0.37 305.05 0.42 0.44
Hex A0 41 98 0 3B 5 25 131 2A 2C
Octal 240 101 230 0 73 5 45 461 52 54
Binary 10100000 1000001 10011000 0 111011 101 100101 100110001 101010 101100

Color Harmonies of #A04198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04198

Black with #A04198

Text Example


Text Example

White with #A04198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04198; }

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

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

background-color css

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

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

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

border-color css

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

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

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