Html Css Color HEX #A44C90 Violet Blue

📋 copy color: '#A44C90'

red 164 ◦ green 76 ◦ blue 144

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

Shades of Violet Blue #A44C90

Tints of Violet Blue #A44C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 42.71%
G = 19.79%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A44C90 (or 0xA44C90) is known color: Violet Blue. HEX triplet: A4, 4C and 90. RGB value is (164,76,144). Sum of RGB (Red+Green+Blue) = 164+76+144=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C90 is #5BB36F. Grayscale: #6D6D6D. Windows color (decimal): -6009712 or 9456804. OLE color: 9456804.

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

Color convert

RGB 164 76 144 -
CMYK 0 0.54 0.12 0.36
HSL 313.64º 0.37% 0.47% -
HSV(B) 313.64º 0.54% 0.64% -
XYZ 22.93 15.08 28.09 -
YUV 110.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 164 76 144 0 0.54 0.12 0.36 313.64 0.37 0.47
Hex A4 4C 90 0 36 C 24 13A 25 2F
Octal 244 114 220 0 66 14 44 472 45 57
Binary 10100100 1001100 10010000 0 110110 1100 100100 100111010 100101 101111

Color Harmonies of #A44C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C90

Black with #A44C90

Text Example


Text Example

White with #A44C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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