Html Css Color HEX #A0519F Violet Blue

📋 copy color: '#A0519F'

red 160 ◦ green 81 ◦ blue 159

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

Shades of Violet Blue #A0519F

Tints of Violet Blue #A0519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 40%
G = 20.25%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0519F (or 0xA0519F) is known color: Violet Blue. HEX triplet: A0, 51 and 9F. RGB value is (160,81,159). Sum of RGB (Red+Green+Blue) = 160+81+159=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0519F is #5FAE60. Grayscale: #717171. Windows color (decimal): -6270561 or 10441120. OLE color: 10441120.

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

Color convert

RGB 160 81 159 -
CMYK 0 0.49 0.01 0.37
HSL 300.76º 0.33% 0.47% -
HSV(B) 300.76º 0.49% 0.63% -
XYZ 23.7 15.86 34.61 -
YUV 113.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 160 81 159 0 0.49 0.01 0.37 300.76 0.33 0.47
Hex A0 51 9F 0 31 1 25 12D 21 2F
Octal 240 121 237 0 61 1 45 455 41 57
Binary 10100000 1010001 10011111 0 110001 1 100101 100101101 100001 101111

Color Harmonies of #A0519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0519F

Black with #A0519F

Text Example


Text Example

White with #A0519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0519F; }

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

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

background-color css

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

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

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

border-color css

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

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

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