Html Css Color HEX #A44C95 Violet Blue

📋 copy color: '#A44C95'

red 164 ◦ green 76 ◦ blue 149

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

Shades of Violet Blue #A44C95

Tints of Violet Blue #A44C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 42.16%
G = 19.54%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A44C95 (or 0xA44C95) is known color: Violet Blue. HEX triplet: A4, 4C and 95. RGB value is (164,76,149). Sum of RGB (Red+Green+Blue) = 164+76+149=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C95 is #5BB36A. Grayscale: #6E6E6E. Windows color (decimal): -6009707 or 9784484. OLE color: 9784484.

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

Color convert

RGB 164 76 149 -
CMYK 0 0.54 0.09 0.36
HSL 310.23º 0.37% 0.47% -
HSV(B) 310.23º 0.54% 0.64% -
XYZ 23.32 15.23 30.14 -
YUV 110.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 164 76 149 0 0.54 0.09 0.36 310.23 0.37 0.47
Hex A4 4C 95 0 36 9 24 136 25 2F
Octal 244 114 225 0 66 11 44 466 45 57
Binary 10100100 1001100 10010101 0 110110 1001 100100 100110110 100101 101111

Color Harmonies of #A44C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C95

Black with #A44C95

Text Example


Text Example

White with #A44C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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