Html Css Color HEX #A12295 Dark Purple

📋 copy color: '#A12295'

red 161 ◦ green 34 ◦ blue 149

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

Shades of Dark Purple #A12295

Tints of Dark Purple #A12295

RGB

 RED value IS 161 (63.28% from 255) = 46.8%

 GREEN value IS 34 (13.67% from 255) = 9.88%

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

R = 46.8%
G = 9.88%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A12295 (or 0xA12295) is known color: Dark Purple. HEX triplet: A1, 22 and 95. RGB value is (161,34,149). Sum of RGB (Red+Green+Blue) = 161+34+149=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A12295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12295 is #5EDD6A. Grayscale: #545454. Windows color (decimal): -6217067 or 9773729. OLE color: 9773729.

HSL color Cylindrical-coordinate representation of color #A12295: hue angle of 305.67º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12295 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 34 149 -
CMYK 0 0.79 0.07 0.37
HSL 305.67º 0.65% 0.38% -
HSV(B) 305.67º 0.79% 0.63% -
XYZ 20.69 10.89 29.45 -
YUV 85.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 161 34 149 0 0.79 0.07 0.37 305.67 0.65 0.38
Hex A1 22 95 0 4F 7 25 132 41 26
Octal 241 42 225 0 117 7 45 462 101 46
Binary 10100001 100010 10010101 0 1001111 111 100101 100110010 1000001 100110

Color Harmonies of #A12295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12295

Black with #A12295

Text Example


Text Example

White with #A12295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12295; }

 p { color: rgb(161,34,149); }

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

background-color css

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

 a { background-color: rgb(161,34,149); }

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

border-color css

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

 span { border-color: rgb(161,34,149); }

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