Html Css Color HEX #A7519C Violet Blue

📋 copy color: '#A7519C'

red 167 ◦ green 81 ◦ blue 156

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

Shades of Violet Blue #A7519C

Tints of Violet Blue #A7519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 41.34%
G = 20.05%
B = 38.61%

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

#A7519C (or 0xA7519C) is known color: Violet Blue. HEX triplet: A7, 51 and 9C. RGB value is (167,81,156). Sum of RGB (Red+Green+Blue) = 167+81+156=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A7519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7519C is #58AE63. Grayscale: #737373. Windows color (decimal): -5811812 or 10244519. OLE color: 10244519.

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

Color convert

RGB 167 81 156 -
CMYK 0 0.51 0.07 0.35
HSL 307.67º 0.35% 0.49% -
HSV(B) 307.67º 0.51% 0.65% -
XYZ 24.88 16.5 33.33 -
YUV 115.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 167 81 156 0 0.51 0.07 0.35 307.67 0.35 0.49
Hex A7 51 9C 0 33 7 23 134 23 31
Octal 247 121 234 0 63 7 43 464 43 61
Binary 10100111 1010001 10011100 0 110011 111 100011 100110100 100011 110001

Color Harmonies of #A7519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7519C

Black with #A7519C

Text Example


Text Example

White with #A7519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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