Html Css Color HEX #A12995 Dark Purple

📋 copy color: '#A12995'

red 161 ◦ green 41 ◦ blue 149

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

Shades of Dark Purple #A12995

Tints of Dark Purple #A12995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.68%

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

R = 45.87%
G = 11.68%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A12995 (or 0xA12995) is known color: Dark Purple. HEX triplet: A1, 29 and 95. RGB value is (161,41,149). Sum of RGB (Red+Green+Blue) = 161+41+149=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A12995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12995 is #5ED66A. Grayscale: #585858. Windows color (decimal): -6215275 or 9775521. OLE color: 9775521.

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

Color convert

RGB 161 41 149 -
CMYK 0 0.75 0.07 0.37
HSL 306º 0.59% 0.4% -
HSV(B) 306º 0.75% 0.63% -
XYZ 20.92 11.33 29.52 -
YUV 89.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 161 41 149 0 0.75 0.07 0.37 306 0.59 0.4
Hex A1 29 95 0 4B 7 25 132 3B 28
Octal 241 51 225 0 113 7 45 462 73 50
Binary 10100001 101001 10010101 0 1001011 111 100101 100110010 111011 101000

Color Harmonies of #A12995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12995

Black with #A12995

Text Example


Text Example

White with #A12995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12995; }

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

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

background-color css

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

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

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

border-color css

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

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

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