Html Css Color HEX #A1258F Dark Purple

📋 copy color: '#A1258F'

red 161 ◦ green 37 ◦ blue 143

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

Shades of Dark Purple #A1258F

Tints of Dark Purple #A1258F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.85%

 BLUE value IS 143 (56.25% from 255) = 41.94%

R = 47.21%
G = 10.85%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A1258F (or 0xA1258F) is known color: Dark Purple. HEX triplet: A1, 25 and 8F. RGB value is (161,37,143). Sum of RGB (Red+Green+Blue) = 161+37+143=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1258F is #5EDA70. Grayscale: #555555. Windows color (decimal): -6216305 or 9381281. OLE color: 9381281.

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

Color convert

RGB 161 37 143 -
CMYK 0 0.77 0.11 0.37
HSL 308.71º 0.63% 0.39% -
HSV(B) 308.71º 0.77% 0.63% -
XYZ 20.32 10.88 27.02 -
YUV 86.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 161 37 143 0 0.77 0.11 0.37 308.71 0.63 0.39
Hex A1 25 8F 0 4D B 25 135 3F 27
Octal 241 45 217 0 115 13 45 465 77 47
Binary 10100001 100101 10001111 0 1001101 1011 100101 100110101 111111 100111

Color Harmonies of #A1258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1258F

Black with #A1258F

Text Example


Text Example

White with #A1258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1258F; }

 p { color: rgb(161,37,143); }

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

background-color css

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

 a { background-color: rgb(161,37,143); }

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

border-color css

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

 span { border-color: rgb(161,37,143); }

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