Html Css Color HEX #A44997 Violet Blue

📋 copy color: '#A44997'

red 164 ◦ green 73 ◦ blue 151

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

Shades of Violet Blue #A44997

Tints of Violet Blue #A44997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.92%

R = 42.27%
G = 18.81%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A44997 (or 0xA44997) is known color: Violet Blue. HEX triplet: A4, 49 and 97. RGB value is (164,73,151). Sum of RGB (Red+Green+Blue) = 164+73+151=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A44997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44997 is #5BB668. Grayscale: #6C6C6C. Windows color (decimal): -6010473 or 9914788. OLE color: 9914788.

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

Color convert

RGB 164 73 151 -
CMYK 0 0.55 0.08 0.36
HSL 308.57º 0.38% 0.46% -
HSV(B) 308.57º 0.55% 0.64% -
XYZ 23.28 14.89 30.93 -
YUV 109.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 164 73 151 0 0.55 0.08 0.36 308.57 0.38 0.46
Hex A4 49 97 0 37 8 24 135 26 2E
Octal 244 111 227 0 67 10 44 465 46 56
Binary 10100100 1001001 10010111 0 110111 1000 100100 100110101 100110 101110

Color Harmonies of #A44997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44997

Black with #A44997

Text Example


Text Example

White with #A44997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44997; }

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

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

background-color css

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

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

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

border-color css

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

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

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