Html Css Color HEX #A4479D Violet Blue

📋 copy color: '#A4479D'

red 164 ◦ green 71 ◦ blue 157

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

Shades of Violet Blue #A4479D

Tints of Violet Blue #A4479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.11%

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

R = 41.84%
G = 18.11%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4479D (or 0xA4479D) is known color: Violet Blue. HEX triplet: A4, 47 and 9D. RGB value is (164,71,157). Sum of RGB (Red+Green+Blue) = 164+71+157=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4479D is #5BB862. Grayscale: #6C6C6C. Windows color (decimal): -6010979 or 10307492. OLE color: 10307492.

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

Color convert

RGB 164 71 157 -
CMYK 0 0.57 0.04 0.36
HSL 304.52º 0.4% 0.46% -
HSV(B) 304.52º 0.57% 0.64% -
XYZ 23.65 14.83 33.51 -
YUV 108.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 164 71 157 0 0.57 0.04 0.36 304.52 0.4 0.46
Hex A4 47 9D 0 39 4 24 131 28 2E
Octal 244 107 235 0 71 4 44 461 50 56
Binary 10100100 1000111 10011101 0 111001 100 100100 100110001 101000 101110

Color Harmonies of #A4479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4479D

Black with #A4479D

Text Example


Text Example

White with #A4479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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