Html Css Color HEX #A4479A Violet Blue

📋 copy color: '#A4479A'

red 164 ◦ green 71 ◦ blue 154

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

Shades of Violet Blue #A4479A

Tints of Violet Blue #A4479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.59%

R = 42.16%
G = 18.25%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4479A (or 0xA4479A) is known color: Violet Blue. HEX triplet: A4, 47 and 9A. RGB value is (164,71,154). Sum of RGB (Red+Green+Blue) = 164+71+154=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4479A is #5BB865. Grayscale: #6C6C6C. Windows color (decimal): -6010982 or 10110884. OLE color: 10110884.

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

Color convert

RGB 164 71 154 -
CMYK 0 0.57 0.06 0.36
HSL 306.45º 0.4% 0.46% -
HSV(B) 306.45º 0.57% 0.64% -
XYZ 23.4 14.73 32.18 -
YUV 108.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 164 71 154 0 0.57 0.06 0.36 306.45 0.4 0.46
Hex A4 47 9A 0 39 6 24 132 28 2E
Octal 244 107 232 0 71 6 44 462 50 56
Binary 10100100 1000111 10011010 0 111001 110 100100 100110010 101000 101110

Color Harmonies of #A4479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4479A

Black with #A4479A

Text Example


Text Example

White with #A4479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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