Html Css Color HEX #A4579D Violet Blue

📋 copy color: '#A4579D'

red 164 ◦ green 87 ◦ blue 157

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

Shades of Violet Blue #A4579D

Tints of Violet Blue #A4579D

RGB

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

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

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

R = 40.2%
G = 21.32%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4579D (or 0xA4579D) is known color: Violet Blue. HEX triplet: A4, 57 and 9D. RGB value is (164,87,157). Sum of RGB (Red+Green+Blue) = 164+87+157=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4579D is #5BA862. Grayscale: #757575. Windows color (decimal): -6006883 or 10311588. OLE color: 10311588.

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

Color convert

RGB 164 87 157 -
CMYK 0 0.47 0.04 0.36
HSL 305.45º 0.31% 0.49% -
HSV(B) 305.45º 0.47% 0.64% -
XYZ 24.8 17.14 33.9 -
YUV 118 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 164 87 157 0 0.47 0.04 0.36 305.45 0.31 0.49
Hex A4 57 9D 0 2F 4 24 131 1F 31
Octal 244 127 235 0 57 4 44 461 37 61
Binary 10100100 1010111 10011101 0 101111 100 100100 100110001 11111 110001

Color Harmonies of #A4579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4579D

Black with #A4579D

Text Example


Text Example

White with #A4579D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4579D; }

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

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

background-color css

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

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

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

border-color css

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

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

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