Html Css Color HEX #A12397 Dark Purple

📋 copy color: '#A12397'

red 161 ◦ green 35 ◦ blue 151

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

Shades of Dark Purple #A12397

Tints of Dark Purple #A12397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.09%

 BLUE value IS 151 (59.38% from 255) = 43.52%

R = 46.4%
G = 10.09%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A12397 (or 0xA12397) is known color: Dark Purple. HEX triplet: A1, 23 and 97. RGB value is (161,35,151). Sum of RGB (Red+Green+Blue) = 161+35+151=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A12397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12397 is #5EDC68. Grayscale: #555555. Windows color (decimal): -6216809 or 9905057. OLE color: 9905057.

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

Color convert

RGB 161 35 151 -
CMYK 0 0.78 0.06 0.37
HSL 304.76º 0.64% 0.38% -
HSV(B) 304.76º 0.78% 0.63% -
XYZ 20.88 11.01 30.3 -
YUV 85.9 164.74 181.57 -
System Red Green Blue C M Y K H S L
Decimal 161 35 151 0 0.78 0.06 0.37 304.76 0.64 0.38
Hex A1 23 97 0 4E 6 25 131 40 26
Octal 241 43 227 0 116 6 45 461 100 46
Binary 10100001 100011 10010111 0 1001110 110 100101 100110001 1000000 100110

Color Harmonies of #A12397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12397

Black with #A12397

Text Example


Text Example

White with #A12397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12397; }

 p { color: rgb(161,35,151); }

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

background-color css

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

 a { background-color: rgb(161,35,151); }

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

border-color css

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

 span { border-color: rgb(161,35,151); }

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