Html Css Color HEX #A4499E Violet Blue

📋 copy color: '#A4499E'

red 164 ◦ green 73 ◦ blue 158

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

Shades of Violet Blue #A4499E

Tints of Violet Blue #A4499E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.48%

 BLUE value IS 158 (62.11% from 255) = 40%

R = 41.52%
G = 18.48%
B = 40%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4499E (or 0xA4499E) is known color: Violet Blue. HEX triplet: A4, 49 and 9E. RGB value is (164,73,158). Sum of RGB (Red+Green+Blue) = 164+73+158=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A4499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4499E is #5BB661. Grayscale: #6D6D6D. Windows color (decimal): -6010466 or 10373540. OLE color: 10373540.

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

Color convert

RGB 164 73 158 -
CMYK 0 0.55 0.04 0.36
HSL 303.96º 0.38% 0.46% -
HSV(B) 303.96º 0.55% 0.64% -
XYZ 23.86 15.13 34.01 -
YUV 109.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 164 73 158 0 0.55 0.04 0.36 303.96 0.38 0.46
Hex A4 49 9E 0 37 4 24 130 26 2E
Octal 244 111 236 0 67 4 44 460 46 56
Binary 10100100 1001001 10011110 0 110111 100 100100 100110000 100110 101110

Color Harmonies of #A4499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4499E

Black with #A4499E

Text Example


Text Example

White with #A4499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4499E; }

 p { color: rgb(164,73,158); }

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

background-color css

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

 a { background-color: rgb(164,73,158); }

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

border-color css

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

 span { border-color: rgb(164,73,158); }

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