Html Css Color HEX #A1237E Dark Purple

📋 copy color: '#A1237E'

red 161 ◦ green 35 ◦ blue 126

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

Shades of Dark Purple #A1237E

Tints of Dark Purple #A1237E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.13%

R = 50%
G = 10.87%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1237E (or 0xA1237E) is known color: Dark Purple. HEX triplet: A1, 23 and 7E. RGB value is (161,35,126). Sum of RGB (Red+Green+Blue) = 161+35+126=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1237E is #5EDC81. Grayscale: #525252. Windows color (decimal): -6216834 or 8266657. OLE color: 8266657.

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

Color convert

RGB 161 35 126 -
CMYK 0 0.78 0.22 0.37
HSL 316.67º 0.64% 0.38% -
HSV(B) 316.67º 0.78% 0.63% -
XYZ 19.06 10.29 20.72 -
YUV 83.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 161 35 126 0 0.78 0.22 0.37 316.67 0.64 0.38
Hex A1 23 7E 0 4E 16 25 13D 40 26
Octal 241 43 176 0 116 26 45 475 100 46
Binary 10100001 100011 1111110 0 1001110 10110 100101 100111101 1000000 100110

Color Harmonies of #A1237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1237E

Black with #A1237E

Text Example


Text Example

White with #A1237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1237E; }

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

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

background-color css

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

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

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

border-color css

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

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

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