Html Css Color HEX #A0519B Violet Blue

📋 copy color: '#A0519B'

red 160 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #A0519B

Tints of Violet Blue #A0519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 40.4%
G = 20.45%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0519B (or 0xA0519B) is known color: Violet Blue. HEX triplet: A0, 51 and 9B. RGB value is (160,81,155). Sum of RGB (Red+Green+Blue) = 160+81+155=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A0519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0519B is #5FAE64. Grayscale: #707070. Windows color (decimal): -6270565 or 10178976. OLE color: 10178976.

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

Color convert

RGB 160 81 155 -
CMYK 0 0.49 0.03 0.37
HSL 303.8º 0.33% 0.47% -
HSV(B) 303.8º 0.49% 0.63% -
XYZ 23.36 15.73 32.81 -
YUV 113.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 160 81 155 0 0.49 0.03 0.37 303.8 0.33 0.47
Hex A0 51 9B 0 31 3 25 130 21 2F
Octal 240 121 233 0 61 3 45 460 41 57
Binary 10100000 1010001 10011011 0 110001 11 100101 100110000 100001 101111

Color Harmonies of #A0519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0519B

Black with #A0519B

Text Example


Text Example

White with #A0519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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