Html Css Color HEX #A44CAA Violet Blue

📋 copy color: '#A44CAA'

red 164 ◦ green 76 ◦ blue 170

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

Shades of Violet Blue #A44CAA

Tints of Violet Blue #A44CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 40%
G = 18.54%
B = 41.46%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A44CAA (or 0xA44CAA) is known color: Violet Blue. HEX triplet: A4, 4C and AA. RGB value is (164,76,170). Sum of RGB (Red+Green+Blue) = 164+76+170=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #A44CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44CAA is #5BB355. Grayscale: #707070. Windows color (decimal): -6009686 or 11160740. OLE color: 11160740.

HSL color Cylindrical-coordinate representation of color #A44CAA: hue angle of 296.17º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44CAA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 76 170 -
CMYK 0.04 0.55 0 0.33
HSL 296.17º 0.38% 0.48% -
HSV(B) 296.17º 0.55% 0.67% -
XYZ 25.15 15.96 39.79 -
YUV 113.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 164 76 170 0.04 0.55 0 0.33 296.17 0.38 0.48
Hex A4 4C AA 4 37 0 21 128 26 30
Octal 244 114 252 4 67 0 41 450 46 60
Binary 10100100 1001100 10101010 100 110111 0 100001 100101000 100110 110000

Color Harmonies of #A44CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44CAA

Black with #A44CAA

Text Example


Text Example

White with #A44CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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