Html Css Color HEX #A0518B Violet Blue

📋 copy color: '#A0518B'

red 160 ◦ green 81 ◦ blue 139

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

Shades of Violet Blue #A0518B

Tints of Violet Blue #A0518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 42.11%
G = 21.32%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0518B (or 0xA0518B) is known color: Violet Blue. HEX triplet: A0, 51 and 8B. RGB value is (160,81,139). Sum of RGB (Red+Green+Blue) = 160+81+139=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0518B is #5FAE74. Grayscale: #6F6F6F. Windows color (decimal): -6270581 or 9130400. OLE color: 9130400.

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

Color convert

RGB 160 81 139 -
CMYK 0 0.49 0.13 0.37
HSL 315.95º 0.33% 0.47% -
HSV(B) 315.95º 0.49% 0.63% -
XYZ 22.1 15.22 26.2 -
YUV 111.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 160 81 139 0 0.49 0.13 0.37 315.95 0.33 0.47
Hex A0 51 8B 0 31 D 25 13C 21 2F
Octal 240 121 213 0 61 15 45 474 41 57
Binary 10100000 1010001 10001011 0 110001 1101 100101 100111100 100001 101111

Color Harmonies of #A0518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0518B

Black with #A0518B

Text Example


Text Example

White with #A0518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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