Html Css Color HEX #A4499F Violet Blue

📋 copy color: '#A4499F'

red 164 ◦ green 73 ◦ blue 159

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

Shades of Violet Blue #A4499F

Tints of Violet Blue #A4499F

RGB

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

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

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

R = 41.41%
G = 18.43%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4499F (or 0xA4499F) is known color: Violet Blue. HEX triplet: A4, 49 and 9F. RGB value is (164,73,159). Sum of RGB (Red+Green+Blue) = 164+73+159=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A4499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4499F is #5BB660. Grayscale: #6D6D6D. Windows color (decimal): -6010465 or 10439076. OLE color: 10439076.

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

Color convert

RGB 164 73 159 -
CMYK 0 0.55 0.03 0.36
HSL 303.3º 0.38% 0.46% -
HSV(B) 303.3º 0.55% 0.64% -
XYZ 23.95 15.16 34.46 -
YUV 110.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 164 73 159 0 0.55 0.03 0.36 303.3 0.38 0.46
Hex A4 49 9F 0 37 3 24 12F 26 2E
Octal 244 111 237 0 67 3 44 457 46 56
Binary 10100100 1001001 10011111 0 110111 11 100100 100101111 100110 101110

Color Harmonies of #A4499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4499F

Black with #A4499F

Text Example


Text Example

White with #A4499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4499F; }

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

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

background-color css

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

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

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

border-color css

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

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

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