Html Css Color HEX #A7599D Violet Blue

📋 copy color: '#A7599D'

red 167 ◦ green 89 ◦ blue 157

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

Shades of Violet Blue #A7599D

Tints of Violet Blue #A7599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.55%

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

R = 40.44%
G = 21.55%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A7599D (or 0xA7599D) is known color: Violet Blue. HEX triplet: A7, 59 and 9D. RGB value is (167,89,157). Sum of RGB (Red+Green+Blue) = 167+89+157=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A7599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7599D is #58A662. Grayscale: #777777. Windows color (decimal): -5809763 or 10312103. OLE color: 10312103.

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

Color convert

RGB 167 89 157 -
CMYK 0 0.47 0.06 0.35
HSL 307.69º 0.31% 0.5% -
HSV(B) 307.69º 0.47% 0.65% -
XYZ 25.59 17.79 33.98 -
YUV 120.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 167 89 157 0 0.47 0.06 0.35 307.69 0.31 0.5
Hex A7 59 9D 0 2F 6 23 134 1F 32
Octal 247 131 235 0 57 6 43 464 37 62
Binary 10100111 1011001 10011101 0 101111 110 100011 100110100 11111 110010

Color Harmonies of #A7599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7599D

Black with #A7599D

Text Example


Text Example

White with #A7599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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