Html Css Color HEX #A0499C Violet Blue

📋 copy color: '#A0499C'

red 160 ◦ green 73 ◦ blue 156

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

Shades of Violet Blue #A0499C

Tints of Violet Blue #A0499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.77%

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 41.13%
G = 18.77%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0499C (or 0xA0499C) is known color: Violet Blue. HEX triplet: A0, 49 and 9C. RGB value is (160,73,156). Sum of RGB (Red+Green+Blue) = 160+73+156=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A0499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0499C is #5FB663. Grayscale: #6C6C6C. Windows color (decimal): -6272612 or 10242464. OLE color: 10242464.

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

Color convert

RGB 160 73 156 -
CMYK 0 0.54 0.02 0.37
HSL 302.76º 0.37% 0.46% -
HSV(B) 302.76º 0.54% 0.63% -
XYZ 22.88 14.64 33.07 -
YUV 108.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 160 73 156 0 0.54 0.02 0.37 302.76 0.37 0.46
Hex A0 49 9C 0 36 2 25 12F 25 2E
Octal 240 111 234 0 66 2 45 457 45 56
Binary 10100000 1001001 10011100 0 110110 10 100101 100101111 100101 101110

Color Harmonies of #A0499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0499C

Black with #A0499C

Text Example


Text Example

White with #A0499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0499C; }

 p { color: rgb(160,73,156); }

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

background-color css

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

 a { background-color: rgb(160,73,156); }

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

border-color css

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

 span { border-color: rgb(160,73,156); }

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