Html Css Color HEX #A12281 Dark Purple

📋 copy color: '#A12281'

red 161 ◦ green 34 ◦ blue 129

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

Shades of Dark Purple #A12281

Tints of Dark Purple #A12281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 49.69%
G = 10.49%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A12281 (or 0xA12281) is known color: Dark Purple. HEX triplet: A1, 22 and 81. RGB value is (161,34,129). Sum of RGB (Red+Green+Blue) = 161+34+129=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A12281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12281 is #5EDD7E. Grayscale: #525252. Windows color (decimal): -6217087 or 8463009. OLE color: 8463009.

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

Color convert

RGB 161 34 129 -
CMYK 0 0.79 0.20 0.37
HSL 315.12º 0.65% 0.38% -
HSV(B) 315.12º 0.79% 0.63% -
XYZ 19.23 10.31 21.74 -
YUV 82.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 161 34 129 0 0.79 0.20 0.37 315.12 0.65 0.38
Hex A1 22 81 0 4F 14 25 13B 41 26
Octal 241 42 201 0 117 24 45 473 101 46
Binary 10100001 100010 10000001 0 1001111 10100 100101 100111011 1000001 100110

Color Harmonies of #A12281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12281

Black with #A12281

Text Example


Text Example

White with #A12281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12281; }

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

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

background-color css

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

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

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

border-color css

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

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

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