Html Css Color HEX #A1258A Dark Purple

📋 copy color: '#A1258A'

red 161 ◦ green 37 ◦ blue 138

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

Shades of Dark Purple #A1258A

Tints of Dark Purple #A1258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 47.92%
G = 11.01%
B = 41.07%

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

#A1258A (or 0xA1258A) is known color: Dark Purple. HEX triplet: A1, 25 and 8A. RGB value is (161,37,138). Sum of RGB (Red+Green+Blue) = 161+37+138=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1258A is #5EDA75. Grayscale: #555555. Windows color (decimal): -6216310 or 9053601. OLE color: 9053601.

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

Color convert

RGB 161 37 138 -
CMYK 0 0.77 0.14 0.37
HSL 311.13º 0.63% 0.39% -
HSV(B) 311.13º 0.77% 0.63% -
XYZ 19.95 10.74 25.07 -
YUV 85.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 161 37 138 0 0.77 0.14 0.37 311.13 0.63 0.39
Hex A1 25 8A 0 4D E 25 137 3F 27
Octal 241 45 212 0 115 16 45 467 77 47
Binary 10100001 100101 10001010 0 1001101 1110 100101 100110111 111111 100111

Color Harmonies of #A1258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1258A

Black with #A1258A

Text Example


Text Example

White with #A1258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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