Html Css Color HEX #A44994 Violet Blue

📋 copy color: '#A44994'

red 164 ◦ green 73 ◦ blue 148

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

Shades of Violet Blue #A44994

Tints of Violet Blue #A44994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.44%

R = 42.6%
G = 18.96%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A44994 (or 0xA44994) is known color: Violet Blue. HEX triplet: A4, 49 and 94. RGB value is (164,73,148). Sum of RGB (Red+Green+Blue) = 164+73+148=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A44994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44994 is #5BB66B. Grayscale: #6C6C6C. Windows color (decimal): -6010476 or 9718180. OLE color: 9718180.

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

Color convert

RGB 164 73 148 -
CMYK 0 0.55 0.10 0.36
HSL 310.55º 0.38% 0.46% -
HSV(B) 310.55º 0.55% 0.64% -
XYZ 23.04 14.8 29.66 -
YUV 108.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 164 73 148 0 0.55 0.10 0.36 310.55 0.38 0.46
Hex A4 49 94 0 37 A 24 137 26 2E
Octal 244 111 224 0 67 12 44 467 46 56
Binary 10100100 1001001 10010100 0 110111 1010 100100 100110111 100110 101110

Color Harmonies of #A44994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44994

Black with #A44994

Text Example


Text Example

White with #A44994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44994; }

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

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

background-color css

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

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

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

border-color css

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

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

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