Html Css Color HEX #A12574 Dark Purple

📋 copy color: '#A12574'

red 161 ◦ green 37 ◦ blue 116

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

Shades of Dark Purple #A12574

Tints of Dark Purple #A12574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 51.27%
G = 11.78%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A12574 (or 0xA12574) is known color: Dark Purple. HEX triplet: A1, 25 and 74. RGB value is (161,37,116). Sum of RGB (Red+Green+Blue) = 161+37+116=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A12574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12574 is #5EDA8B. Grayscale: #525252. Windows color (decimal): -6216332 or 7611809. OLE color: 7611809.

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

Color convert

RGB 161 37 116 -
CMYK 0 0.77 0.28 0.37
HSL 321.77º 0.63% 0.39% -
HSV(B) 321.77º 0.77% 0.63% -
XYZ 18.51 10.16 17.51 -
YUV 83.08 146.58 183.58 -
System Red Green Blue C M Y K H S L
Decimal 161 37 116 0 0.77 0.28 0.37 321.77 0.63 0.39
Hex A1 25 74 0 4D 1C 25 142 3F 27
Octal 241 45 164 0 115 34 45 502 77 47
Binary 10100001 100101 1110100 0 1001101 11100 100101 101000010 111111 100111

Color Harmonies of #A12574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12574

Black with #A12574

Text Example


Text Example

White with #A12574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12574; }

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

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

background-color css

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

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

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

border-color css

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

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

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