Html Css Color HEX #A7519E Violet Blue

📋 copy color: '#A7519E'

red 167 ◦ green 81 ◦ blue 158

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

Shades of Violet Blue #A7519E

Tints of Violet Blue #A7519E

RGB

 RED value IS 167 (65.63% from 255) = 41.13%

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

 BLUE value IS 158 (62.11% from 255) = 38.92%

R = 41.13%
G = 19.95%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A7519E (or 0xA7519E) is known color: Violet Blue. HEX triplet: A7, 51 and 9E. RGB value is (167,81,158). Sum of RGB (Red+Green+Blue) = 167+81+158=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7519E is #58AE61. Grayscale: #737373. Windows color (decimal): -5811810 or 10375591. OLE color: 10375591.

HSL color Cylindrical-coordinate representation of color #A7519E: hue angle of 306.28º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7519E is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 81 158 -
CMYK 0 0.51 0.05 0.35
HSL 306.28º 0.35% 0.49% -
HSV(B) 306.28º 0.51% 0.65% -
XYZ 25.05 16.57 34.23 -
YUV 115.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 167 81 158 0 0.51 0.05 0.35 306.28 0.35 0.49
Hex A7 51 9E 0 33 5 23 132 23 31
Octal 247 121 236 0 63 5 43 462 43 61
Binary 10100111 1010001 10011110 0 110011 101 100011 100110010 100011 110001

Color Harmonies of #A7519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7519E

Black with #A7519E

Text Example


Text Example

White with #A7519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7519E; }

 p { color: rgb(167,81,158); }

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

background-color css

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

 a { background-color: rgb(167,81,158); }

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

border-color css

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

 span { border-color: rgb(167,81,158); }

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