Html Css Color HEX #A4559B Violet Blue

📋 copy color: '#A4559B'

red 164 ◦ green 85 ◦ blue 155

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

Shades of Violet Blue #A4559B

Tints of Violet Blue #A4559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.37%

R = 40.59%
G = 21.04%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4559B (or 0xA4559B) is known color: Violet Blue. HEX triplet: A4, 55 and 9B. RGB value is (164,85,155). Sum of RGB (Red+Green+Blue) = 164+85+155=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4559B is #5BAA64. Grayscale: #747474. Windows color (decimal): -6007397 or 10180004. OLE color: 10180004.

HSL color Cylindrical-coordinate representation of color #A4559B: hue angle of 306.84º 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 #A4559B is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 85 155 -
CMYK 0 0.48 0.05 0.36
HSL 306.84º 0.32% 0.49% -
HSV(B) 306.84º 0.48% 0.64% -
XYZ 24.47 16.76 32.95 -
YUV 116.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 164 85 155 0 0.48 0.05 0.36 306.84 0.32 0.49
Hex A4 55 9B 0 30 5 24 133 20 31
Octal 244 125 233 0 60 5 44 463 40 61
Binary 10100100 1010101 10011011 0 110000 101 100100 100110011 100000 110001

Color Harmonies of #A4559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4559B

Black with #A4559B

Text Example


Text Example

White with #A4559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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