Html Css Color HEX #A44095 Violet Blue

📋 copy color: '#A44095'

red 164 ◦ green 64 ◦ blue 149

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

Shades of Violet Blue #A44095

Tints of Violet Blue #A44095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.98%

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

R = 43.5%
G = 16.98%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A44095 (or 0xA44095) is known color: Violet Blue. HEX triplet: A4, 40 and 95. RGB value is (164,64,149). Sum of RGB (Red+Green+Blue) = 164+64+149=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A44095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44095 is #5BBF6A. Grayscale: #676767. Windows color (decimal): -6012779 or 9781412. OLE color: 9781412.

HSL color Cylindrical-coordinate representation of color #A44095: hue angle of 309º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44095 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 149 -
CMYK 0 0.61 0.09 0.36
HSL 309º 0.44% 0.45% -
HSV(B) 309º 0.61% 0.64% -
XYZ 22.57 13.73 29.89 -
YUV 103.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 164 64 149 0 0.61 0.09 0.36 309 0.44 0.45
Hex A4 40 95 0 3D 9 24 135 2C 2D
Octal 244 100 225 0 75 11 44 465 54 55
Binary 10100100 1000000 10010101 0 111101 1001 100100 100110101 101100 101101

Color Harmonies of #A44095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44095

Black with #A44095

Text Example


Text Example

White with #A44095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44095; }

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

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

background-color css

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

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

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

border-color css

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

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

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