Html Css Color HEX #A4599D Violet Blue

📋 copy color: '#A4599D'

red 164 ◦ green 89 ◦ blue 157

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

Shades of Violet Blue #A4599D

Tints of Violet Blue #A4599D

RGB

 RED value IS 164 (64.45% from 255) = 40%

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

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

R = 40%
G = 21.71%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4599D (or 0xA4599D) is known color: Violet Blue. HEX triplet: A4, 59 and 9D. RGB value is (164,89,157). Sum of RGB (Red+Green+Blue) = 164+89+157=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A4599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4599D is #5BA662. Grayscale: #767676. Windows color (decimal): -6006371 or 10312100. OLE color: 10312100.

HSL color Cylindrical-coordinate representation of color #A4599D: hue angle of 305.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4599D is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 89 157 -
CMYK 0 0.46 0.04 0.36
HSL 305.6º 0.3% 0.5% -
HSV(B) 305.6º 0.46% 0.64% -
XYZ 24.97 17.47 33.95 -
YUV 119.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 164 89 157 0 0.46 0.04 0.36 305.6 0.3 0.5
Hex A4 59 9D 0 2E 4 24 132 1E 32
Octal 244 131 235 0 56 4 44 462 36 62
Binary 10100100 1011001 10011101 0 101110 100 100100 100110010 11110 110010

Color Harmonies of #A4599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4599D

Black with #A4599D

Text Example


Text Example

White with #A4599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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