Html Css Color HEX #A12384 Dark Purple

📋 copy color: '#A12384'

red 161 ◦ green 35 ◦ blue 132

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

Shades of Dark Purple #A12384

Tints of Dark Purple #A12384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

 BLUE value IS 132 (51.95% from 255) = 40.24%

R = 49.09%
G = 10.67%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A12384 (or 0xA12384) is known color: Dark Purple. HEX triplet: A1, 23 and 84. RGB value is (161,35,132). Sum of RGB (Red+Green+Blue) = 161+35+132=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A12384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12384 is #5EDC7B. Grayscale: #535353. Windows color (decimal): -6216828 or 8659873. OLE color: 8659873.

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

Color convert

RGB 161 35 132 -
CMYK 0 0.78 0.18 0.37
HSL 313.81º 0.64% 0.38% -
HSV(B) 313.81º 0.78% 0.63% -
XYZ 19.46 10.45 22.82 -
YUV 83.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 161 35 132 0 0.78 0.18 0.37 313.81 0.64 0.38
Hex A1 23 84 0 4E 12 25 13A 40 26
Octal 241 43 204 0 116 22 45 472 100 46
Binary 10100001 100011 10000100 0 1001110 10010 100101 100111010 1000000 100110

Color Harmonies of #A12384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12384

Black with #A12384

Text Example


Text Example

White with #A12384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12384; }

 p { color: rgb(161,35,132); }

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

background-color css

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

 a { background-color: rgb(161,35,132); }

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

border-color css

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

 span { border-color: rgb(161,35,132); }

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