Html Css Color HEX #A7559D Violet Blue

📋 copy color: '#A7559D'

red 167 ◦ green 85 ◦ blue 157

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

Shades of Violet Blue #A7559D

Tints of Violet Blue #A7559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 40.83%
G = 20.78%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A7559D (or 0xA7559D) is known color: Violet Blue. HEX triplet: A7, 55 and 9D. RGB value is (167,85,157). Sum of RGB (Red+Green+Blue) = 167+85+157=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7559D is #58AA62. Grayscale: #757575. Windows color (decimal): -5810787 or 10311079. OLE color: 10311079.

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

Color convert

RGB 167 85 157 -
CMYK 0 0.49 0.06 0.35
HSL 307.32º 0.33% 0.49% -
HSV(B) 307.32º 0.49% 0.65% -
XYZ 25.27 17.15 33.88 -
YUV 117.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 167 85 157 0 0.49 0.06 0.35 307.32 0.33 0.49
Hex A7 55 9D 0 31 6 23 133 21 31
Octal 247 125 235 0 61 6 43 463 41 61
Binary 10100111 1010101 10011101 0 110001 110 100011 100110011 100001 110001

Color Harmonies of #A7559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7559D

Black with #A7559D

Text Example


Text Example

White with #A7559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7559D; }

 p { color: rgb(167,85,157); }

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

background-color css

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

 a { background-color: rgb(167,85,157); }

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

border-color css

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

 span { border-color: rgb(167,85,157); }

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