Html Css Color HEX #A44295 Violet Blue

📋 copy color: '#A44295'

red 164 ◦ green 66 ◦ blue 149

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

Shades of Violet Blue #A44295

Tints of Violet Blue #A44295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

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

R = 43.27%
G = 17.41%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A44295 (or 0xA44295) is known color: Violet Blue. HEX triplet: A4, 42 and 95. RGB value is (164,66,149). Sum of RGB (Red+Green+Blue) = 164+66+149=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A44295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44295 is #5BBD6A. Grayscale: #686868. Windows color (decimal): -6012267 or 9781924. OLE color: 9781924.

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

Color convert

RGB 164 66 149 -
CMYK 0 0.60 0.09 0.36
HSL 309.18º 0.43% 0.45% -
HSV(B) 309.18º 0.6% 0.64% -
XYZ 22.68 13.96 29.93 -
YUV 104.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 164 66 149 0 0.60 0.09 0.36 309.18 0.43 0.45
Hex A4 42 95 0 3C 9 24 135 2B 2D
Octal 244 102 225 0 74 11 44 465 53 55
Binary 10100100 1000010 10010101 0 111100 1001 100100 100110101 101011 101101

Color Harmonies of #A44295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44295

Black with #A44295

Text Example


Text Example

White with #A44295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44295; }

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

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

background-color css

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

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

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

border-color css

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

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

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