Html Css Color HEX #A4579F Violet Blue

📋 copy color: '#A4579F'

red 164 ◦ green 87 ◦ blue 159

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

Shades of Violet Blue #A4579F

Tints of Violet Blue #A4579F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.22%

 BLUE value IS 159 (62.5% from 255) = 38.78%

R = 40%
G = 21.22%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4579F (or 0xA4579F) is known color: Violet Blue. HEX triplet: A4, 57 and 9F. RGB value is (164,87,159). Sum of RGB (Red+Green+Blue) = 164+87+159=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A4579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4579F is #5BA860. Grayscale: #767676. Windows color (decimal): -6006881 or 10442660. OLE color: 10442660.

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

Color convert

RGB 164 87 159 -
CMYK 0 0.47 0.03 0.36
HSL 303.9º 0.31% 0.49% -
HSV(B) 303.9º 0.47% 0.64% -
XYZ 24.98 17.21 34.81 -
YUV 118.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 164 87 159 0 0.47 0.03 0.36 303.9 0.31 0.49
Hex A4 57 9F 0 2F 3 24 130 1F 31
Octal 244 127 237 0 57 3 44 460 37 61
Binary 10100100 1010111 10011111 0 101111 11 100100 100110000 11111 110001

Color Harmonies of #A4579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4579F

Black with #A4579F

Text Example


Text Example

White with #A4579F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4579F; }

 p { color: rgb(164,87,159); }

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

background-color css

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

 a { background-color: rgb(164,87,159); }

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

border-color css

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

 span { border-color: rgb(164,87,159); }

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