Html Css Color HEX #A4499C Violet Blue

📋 copy color: '#A4499C'

red 164 ◦ green 73 ◦ blue 156

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

Shades of Violet Blue #A4499C

Tints of Violet Blue #A4499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.69%

R = 41.73%
G = 18.58%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4499C (or 0xA4499C) is known color: Violet Blue. HEX triplet: A4, 49 and 9C. RGB value is (164,73,156). Sum of RGB (Red+Green+Blue) = 164+73+156=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4499C is #5BB663. Grayscale: #6D6D6D. Windows color (decimal): -6010468 or 10242468. OLE color: 10242468.

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

Color convert

RGB 164 73 156 -
CMYK 0 0.55 0.05 0.36
HSL 305.27º 0.38% 0.46% -
HSV(B) 305.27º 0.55% 0.64% -
XYZ 23.69 15.06 33.11 -
YUV 109.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 164 73 156 0 0.55 0.05 0.36 305.27 0.38 0.46
Hex A4 49 9C 0 37 5 24 131 26 2E
Octal 244 111 234 0 67 5 44 461 46 56
Binary 10100100 1001001 10011100 0 110111 101 100100 100110001 100110 101110

Color Harmonies of #A4499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4499C

Black with #A4499C

Text Example


Text Example

White with #A4499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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