Html Css Color HEX #A7519B Violet Blue

📋 copy color: '#A7519B'

red 167 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #A7519B

Tints of Violet Blue #A7519B

RGB

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

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

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

R = 41.44%
G = 20.1%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7519B (or 0xA7519B) is known color: Violet Blue. HEX triplet: A7, 51 and 9B. RGB value is (167,81,155). Sum of RGB (Red+Green+Blue) = 167+81+155=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A7519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7519B is #58AE64. Grayscale: #727272. Windows color (decimal): -5811813 or 10178983. OLE color: 10178983.

HSL color Cylindrical-coordinate representation of color #A7519B: hue angle of 308.37º 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 #A7519B is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 81 155 -
CMYK 0 0.51 0.07 0.35
HSL 308.37º 0.35% 0.49% -
HSV(B) 308.37º 0.51% 0.65% -
XYZ 24.8 16.47 32.88 -
YUV 115.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 167 81 155 0 0.51 0.07 0.35 308.37 0.35 0.49
Hex A7 51 9B 0 33 7 23 134 23 31
Octal 247 121 233 0 63 7 43 464 43 61
Binary 10100111 1010001 10011011 0 110011 111 100011 100110100 100011 110001

Color Harmonies of #A7519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7519B

Black with #A7519B

Text Example


Text Example

White with #A7519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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