Html Css Color HEX #A1237D Dark Purple

📋 copy color: '#A1237D'

red 161 ◦ green 35 ◦ blue 125

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

Shades of Dark Purple #A1237D

Tints of Dark Purple #A1237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 50.16%
G = 10.9%
B = 38.94%

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

#A1237D (or 0xA1237D) is known color: Dark Purple. HEX triplet: A1, 23 and 7D. RGB value is (161,35,125). Sum of RGB (Red+Green+Blue) = 161+35+125=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1237D is #5EDC82. Grayscale: #525252. Windows color (decimal): -6216835 or 8201121. OLE color: 8201121.

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

Color convert

RGB 161 35 125 -
CMYK 0 0.78 0.22 0.37
HSL 317.14º 0.64% 0.38% -
HSV(B) 317.14º 0.78% 0.63% -
XYZ 19 10.26 20.38 -
YUV 82.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 161 35 125 0 0.78 0.22 0.37 317.14 0.64 0.38
Hex A1 23 7D 0 4E 16 25 13D 40 26
Octal 241 43 175 0 116 26 45 475 100 46
Binary 10100001 100011 1111101 0 1001110 10110 100101 100111101 1000000 100110

Color Harmonies of #A1237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1237D

Black with #A1237D

Text Example


Text Example

White with #A1237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1237D; }

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

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

background-color css

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

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

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

border-color css

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

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

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