Html Css Color HEX #A7529E Violet Blue

📋 copy color: '#A7529E'

red 167 ◦ green 82 ◦ blue 158

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

Shades of Violet Blue #A7529E

Tints of Violet Blue #A7529E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.15%

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

R = 41.03%
G = 20.15%
B = 38.82%

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

#A7529E (or 0xA7529E) is known color: Violet Blue. HEX triplet: A7, 52 and 9E. RGB value is (167,82,158). Sum of RGB (Red+Green+Blue) = 167+82+158=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A7529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7529E is #58AD61. Grayscale: #737373. Windows color (decimal): -5811554 or 10375847. OLE color: 10375847.

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

Color convert

RGB 167 82 158 -
CMYK 0 0.51 0.05 0.35
HSL 306.35º 0.34% 0.49% -
HSV(B) 306.35º 0.51% 0.65% -
XYZ 25.13 16.72 34.25 -
YUV 116.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 167 82 158 0 0.51 0.05 0.35 306.35 0.34 0.49
Hex A7 52 9E 0 33 5 23 132 22 31
Octal 247 122 236 0 63 5 43 462 42 61
Binary 10100111 1010010 10011110 0 110011 101 100011 100110010 100010 110001

Color Harmonies of #A7529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7529E

Black with #A7529E

Text Example


Text Example

White with #A7529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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