Html Css Color HEX #A44D99 Violet Blue

📋 copy color: '#A44D99'

red 164 ◦ green 77 ◦ blue 153

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

Shades of Violet Blue #A44D99

Tints of Violet Blue #A44D99

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.54%

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 41.62%
G = 19.54%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A44D99 (or 0xA44D99) is known color: Violet Blue. HEX triplet: A4, 4D and 99. RGB value is (164,77,153). Sum of RGB (Red+Green+Blue) = 164+77+153=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D99 is #5BB266. Grayscale: #6F6F6F. Windows color (decimal): -6009447 or 10046884. OLE color: 10046884.

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

Color convert

RGB 164 77 153 -
CMYK 0 0.53 0.07 0.36
HSL 307.59º 0.36% 0.47% -
HSV(B) 307.59º 0.53% 0.64% -
XYZ 23.71 15.5 31.88 -
YUV 111.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 164 77 153 0 0.53 0.07 0.36 307.59 0.36 0.47
Hex A4 4D 99 0 35 7 24 134 24 2F
Octal 244 115 231 0 65 7 44 464 44 57
Binary 10100100 1001101 10011001 0 110101 111 100100 100110100 100100 101111

Color Harmonies of #A44D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D99

Black with #A44D99

Text Example


Text Example

White with #A44D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D99; }

 p { color: rgb(164,77,153); }

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

background-color css

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

 a { background-color: rgb(164,77,153); }

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

border-color css

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

 span { border-color: rgb(164,77,153); }

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