Html Css Color HEX #A12282 Dark Purple

📋 copy color: '#A12282'

red 161 ◦ green 34 ◦ blue 130

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

Shades of Dark Purple #A12282

Tints of Dark Purple #A12282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40%

R = 49.54%
G = 10.46%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A12282 (or 0xA12282) is known color: Dark Purple. HEX triplet: A1, 22 and 82. RGB value is (161,34,130). Sum of RGB (Red+Green+Blue) = 161+34+130=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A12282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12282 is #5EDD7D. Grayscale: #525252. Windows color (decimal): -6217086 or 8528545. OLE color: 8528545.

HSL color Cylindrical-coordinate representation of color #A12282: hue angle of 314.65º 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 #A12282 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 34 130 -
CMYK 0 0.79 0.19 0.37
HSL 314.65º 0.65% 0.38% -
HSV(B) 314.65º 0.79% 0.63% -
XYZ 19.3 10.33 22.1 -
YUV 82.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 161 34 130 0 0.79 0.19 0.37 314.65 0.65 0.38
Hex A1 22 82 0 4F 13 25 13B 41 26
Octal 241 42 202 0 117 23 45 473 101 46
Binary 10100001 100010 10000010 0 1001111 10011 100101 100111011 1000001 100110

Color Harmonies of #A12282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12282

Black with #A12282

Text Example


Text Example

White with #A12282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12282; }

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

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

background-color css

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

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

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

border-color css

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

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

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