Html Css Color HEX #A44C9D Violet Blue

📋 copy color: '#A44C9D'

red 164 ◦ green 76 ◦ blue 157

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

Shades of Violet Blue #A44C9D

Tints of Violet Blue #A44C9D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.14%

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 41.31%
G = 19.14%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A44C9D (or 0xA44C9D) is known color: Violet Blue. HEX triplet: A4, 4C and 9D. RGB value is (164,76,157). Sum of RGB (Red+Green+Blue) = 164+76+157=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C9D is #5BB362. Grayscale: #6F6F6F. Windows color (decimal): -6009699 or 10308772. OLE color: 10308772.

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

Color convert

RGB 164 76 157 -
CMYK 0 0.54 0.04 0.36
HSL 304.77º 0.37% 0.47% -
HSV(B) 304.77º 0.54% 0.64% -
XYZ 23.98 15.5 33.63 -
YUV 111.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 164 76 157 0 0.54 0.04 0.36 304.77 0.37 0.47
Hex A4 4C 9D 0 36 4 24 131 25 2F
Octal 244 114 235 0 66 4 44 461 45 57
Binary 10100100 1001100 10011101 0 110110 100 100100 100110001 100101 101111

Color Harmonies of #A44C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C9D

Black with #A44C9D

Text Example


Text Example

White with #A44C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C9D; }

 p { color: rgb(164,76,157); }

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

background-color css

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

 a { background-color: rgb(164,76,157); }

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

border-color css

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

 span { border-color: rgb(164,76,157); }

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