Html Css Color HEX #A1248C Dark Purple

📋 copy color: '#A1248C'

red 161 ◦ green 36 ◦ blue 140

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

Shades of Dark Purple #A1248C

Tints of Dark Purple #A1248C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 47.77%
G = 10.68%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A1248C (or 0xA1248C) is known color: Dark Purple. HEX triplet: A1, 24 and 8C. RGB value is (161,36,140). Sum of RGB (Red+Green+Blue) = 161+36+140=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1248C is #5EDB73. Grayscale: #545454. Windows color (decimal): -6216564 or 9184417. OLE color: 9184417.

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

Color convert

RGB 161 36 140 -
CMYK 0 0.78 0.13 0.37
HSL 310.08º 0.63% 0.39% -
HSV(B) 310.08º 0.78% 0.63% -
XYZ 20.06 10.73 25.83 -
YUV 85.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 161 36 140 0 0.78 0.13 0.37 310.08 0.63 0.39
Hex A1 24 8C 0 4E D 25 136 3F 27
Octal 241 44 214 0 116 15 45 466 77 47
Binary 10100001 100100 10001100 0 1001110 1101 100101 100110110 111111 100111

Color Harmonies of #A1248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1248C

Black with #A1248C

Text Example


Text Example

White with #A1248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1248C; }

 p { color: rgb(161,36,140); }

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

background-color css

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

 a { background-color: rgb(161,36,140); }

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

border-color css

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

 span { border-color: rgb(161,36,140); }

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