Html Css Color HEX #A1258B Dark Purple

📋 copy color: '#A1258B'

red 161 ◦ green 37 ◦ blue 139

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

Shades of Dark Purple #A1258B

Tints of Dark Purple #A1258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 47.77%
G = 10.98%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1258B (or 0xA1258B) is known color: Dark Purple. HEX triplet: A1, 25 and 8B. RGB value is (161,37,139). Sum of RGB (Red+Green+Blue) = 161+37+139=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1258B is #5EDA74. Grayscale: #555555. Windows color (decimal): -6216309 or 9119137. OLE color: 9119137.

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

Color convert

RGB 161 37 139 -
CMYK 0 0.77 0.14 0.37
HSL 310.65º 0.63% 0.39% -
HSV(B) 310.65º 0.77% 0.63% -
XYZ 20.02 10.76 25.45 -
YUV 85.7 158.08 181.71 -
System Red Green Blue C M Y K H S L
Decimal 161 37 139 0 0.77 0.14 0.37 310.65 0.63 0.39
Hex A1 25 8B 0 4D E 25 137 3F 27
Octal 241 45 213 0 115 16 45 467 77 47
Binary 10100001 100101 10001011 0 1001101 1110 100101 100110111 111111 100111

Color Harmonies of #A1258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1258B

Black with #A1258B

Text Example


Text Example

White with #A1258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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