Html Css Color HEX #A0518D Violet Blue

📋 copy color: '#A0518D'

red 160 ◦ green 81 ◦ blue 141

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

Shades of Violet Blue #A0518D

Tints of Violet Blue #A0518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 41.88%
G = 21.2%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0518D (or 0xA0518D) is known color: Violet Blue. HEX triplet: A0, 51 and 8D. RGB value is (160,81,141). Sum of RGB (Red+Green+Blue) = 160+81+141=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0518D is #5FAE72. Grayscale: #6F6F6F. Windows color (decimal): -6270579 or 9261472. OLE color: 9261472.

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

Color convert

RGB 160 81 141 -
CMYK 0 0.49 0.12 0.37
HSL 314.43º 0.33% 0.47% -
HSV(B) 314.43º 0.49% 0.63% -
XYZ 22.25 15.28 26.98 -
YUV 111.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 160 81 141 0 0.49 0.12 0.37 314.43 0.33 0.47
Hex A0 51 8D 0 31 C 25 13A 21 2F
Octal 240 121 215 0 61 14 45 472 41 57
Binary 10100000 1010001 10001101 0 110001 1100 100101 100111010 100001 101111

Color Harmonies of #A0518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0518D

Black with #A0518D

Text Example


Text Example

White with #A0518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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