Html Css Color HEX #A1228E Dark Purple

📋 copy color: '#A1228E'

red 161 ◦ green 34 ◦ blue 142

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

Shades of Dark Purple #A1228E

Tints of Dark Purple #A1228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 47.77%
G = 10.09%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1228E (or 0xA1228E) is known color: Dark Purple. HEX triplet: A1, 22 and 8E. RGB value is (161,34,142). Sum of RGB (Red+Green+Blue) = 161+34+142=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1228E is #5EDD71. Grayscale: #535353. Windows color (decimal): -6217074 or 9314977. OLE color: 9314977.

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

Color convert

RGB 161 34 142 -
CMYK 0 0.79 0.12 0.37
HSL 308.98º 0.65% 0.38% -
HSV(B) 308.98º 0.79% 0.63% -
XYZ 20.15 10.67 26.59 -
YUV 84.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 161 34 142 0 0.79 0.12 0.37 308.98 0.65 0.38
Hex A1 22 8E 0 4F C 25 135 41 26
Octal 241 42 216 0 117 14 45 465 101 46
Binary 10100001 100010 10001110 0 1001111 1100 100101 100110101 1000001 100110

Color Harmonies of #A1228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1228E

Black with #A1228E

Text Example


Text Example

White with #A1228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1228E; }

 p { color: rgb(161,34,142); }

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

background-color css

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

 a { background-color: rgb(161,34,142); }

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

border-color css

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

 span { border-color: rgb(161,34,142); }

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