Html Css Color HEX #A0498E Violet Blue

📋 copy color: '#A0498E'

red 160 ◦ green 73 ◦ blue 142

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

Shades of Violet Blue #A0498E

Tints of Violet Blue #A0498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.87%

R = 42.67%
G = 19.47%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0498E (or 0xA0498E) is known color: Violet Blue. HEX triplet: A0, 49 and 8E. RGB value is (160,73,142). Sum of RGB (Red+Green+Blue) = 160+73+142=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A0498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0498E is #5FB671. Grayscale: #6A6A6A. Windows color (decimal): -6272626 or 9324960. OLE color: 9324960.

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

Color convert

RGB 160 73 142 -
CMYK 0 0.54 0.11 0.37
HSL 312.41º 0.37% 0.46% -
HSV(B) 312.41º 0.54% 0.63% -
XYZ 21.76 14.19 27.18 -
YUV 106.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 160 73 142 0 0.54 0.11 0.37 312.41 0.37 0.46
Hex A0 49 8E 0 36 B 25 138 25 2E
Octal 240 111 216 0 66 13 45 470 45 56
Binary 10100000 1001001 10001110 0 110110 1011 100101 100111000 100101 101110

Color Harmonies of #A0498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0498E

Black with #A0498E

Text Example


Text Example

White with #A0498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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