Html Css Color HEX #A1237F Dark Purple

📋 copy color: '#A1237F'

red 161 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #A1237F

Tints of Dark Purple #A1237F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.32%

R = 49.85%
G = 10.84%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1237F (or 0xA1237F) is known color: Dark Purple. HEX triplet: A1, 23 and 7F. RGB value is (161,35,127). Sum of RGB (Red+Green+Blue) = 161+35+127=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1237F is #5EDC80. Grayscale: #525252. Windows color (decimal): -6216833 or 8332193. OLE color: 8332193.

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

Color convert

RGB 161 35 127 -
CMYK 0 0.78 0.21 0.37
HSL 316.19º 0.64% 0.38% -
HSV(B) 316.19º 0.78% 0.63% -
XYZ 19.13 10.31 21.06 -
YUV 83.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 161 35 127 0 0.78 0.21 0.37 316.19 0.64 0.38
Hex A1 23 7F 0 4E 15 25 13C 40 26
Octal 241 43 177 0 116 25 45 474 100 46
Binary 10100001 100011 1111111 0 1001110 10101 100101 100111100 1000000 100110

Color Harmonies of #A1237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1237F

Black with #A1237F

Text Example


Text Example

White with #A1237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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