Html Css Color HEX #A0519D Violet Blue

📋 copy color: '#A0519D'

red 160 ◦ green 81 ◦ blue 157

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

Shades of Violet Blue #A0519D

Tints of Violet Blue #A0519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.35%

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 40.2%
G = 20.35%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0519D (or 0xA0519D) is known color: Violet Blue. HEX triplet: A0, 51 and 9D. RGB value is (160,81,157). Sum of RGB (Red+Green+Blue) = 160+81+157=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A0519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0519D is #5FAE62. Grayscale: #717171. Windows color (decimal): -6270563 or 10310048. OLE color: 10310048.

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

Color convert

RGB 160 81 157 -
CMYK 0 0.49 0.02 0.37
HSL 302.28º 0.33% 0.47% -
HSV(B) 302.28º 0.49% 0.63% -
XYZ 23.53 15.79 33.71 -
YUV 113.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 160 81 157 0 0.49 0.02 0.37 302.28 0.33 0.47
Hex A0 51 9D 0 31 2 25 12E 21 2F
Octal 240 121 235 0 61 2 45 456 41 57
Binary 10100000 1010001 10011101 0 110001 10 100101 100101110 100001 101111

Color Harmonies of #A0519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0519D

Black with #A0519D

Text Example


Text Example

White with #A0519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0519D; }

 p { color: rgb(160,81,157); }

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

background-color css

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

 a { background-color: rgb(160,81,157); }

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

border-color css

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

 span { border-color: rgb(160,81,157); }

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