Html Css Color HEX #A12475 Dark Purple

📋 copy color: '#A12475'

red 161 ◦ green 36 ◦ blue 117

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

Shades of Dark Purple #A12475

Tints of Dark Purple #A12475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 51.27%
G = 11.46%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A12475 (or 0xA12475) is known color: Dark Purple. HEX triplet: A1, 24 and 75. RGB value is (161,36,117). Sum of RGB (Red+Green+Blue) = 161+36+117=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A12475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12475 is #5EDB8A. Grayscale: #525252. Windows color (decimal): -6216587 or 7677089. OLE color: 7677089.

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

Color convert

RGB 161 36 117 -
CMYK 0 0.78 0.27 0.37
HSL 321.12º 0.63% 0.39% -
HSV(B) 321.12º 0.78% 0.63% -
XYZ 18.54 10.12 17.81 -
YUV 82.61 147.41 183.91 -
System Red Green Blue C M Y K H S L
Decimal 161 36 117 0 0.78 0.27 0.37 321.12 0.63 0.39
Hex A1 24 75 0 4E 1B 25 141 3F 27
Octal 241 44 165 0 116 33 45 501 77 47
Binary 10100001 100100 1110101 0 1001110 11011 100101 101000001 111111 100111

Color Harmonies of #A12475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12475

Black with #A12475

Text Example


Text Example

White with #A12475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12475; }

 p { color: rgb(161,36,117); }

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

background-color css

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

 a { background-color: rgb(161,36,117); }

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

border-color css

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

 span { border-color: rgb(161,36,117); }

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