Html Css Color HEX #A4559E Violet Blue

📋 copy color: '#A4559E'

red 164 ◦ green 85 ◦ blue 158

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

Shades of Violet Blue #A4559E

Tints of Violet Blue #A4559E

RGB

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

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

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

R = 40.29%
G = 20.88%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4559E (or 0xA4559E) is known color: Violet Blue. HEX triplet: A4, 55 and 9E. RGB value is (164,85,158). Sum of RGB (Red+Green+Blue) = 164+85+158=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4559E is #5BAA61. Grayscale: #747474. Windows color (decimal): -6007394 or 10376612. OLE color: 10376612.

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

Color convert

RGB 164 85 158 -
CMYK 0 0.48 0.04 0.36
HSL 304.56º 0.32% 0.49% -
HSV(B) 304.56º 0.48% 0.64% -
XYZ 24.73 16.86 34.3 -
YUV 116.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 164 85 158 0 0.48 0.04 0.36 304.56 0.32 0.49
Hex A4 55 9E 0 30 4 24 131 20 31
Octal 244 125 236 0 60 4 44 461 40 61
Binary 10100100 1010101 10011110 0 110000 100 100100 100110001 100000 110001

Color Harmonies of #A4559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4559E

Black with #A4559E

Text Example


Text Example

White with #A4559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4559E; }

 p { color: rgb(164,85,158); }

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

background-color css

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

 a { background-color: rgb(164,85,158); }

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

border-color css

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

 span { border-color: rgb(164,85,158); }

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