Html Css Color HEX #A12895 Dark Purple

📋 copy color: '#A12895'

red 161 ◦ green 40 ◦ blue 149

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

Shades of Dark Purple #A12895

Tints of Dark Purple #A12895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 46%
G = 11.43%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A12895 (or 0xA12895) is known color: Dark Purple. HEX triplet: A1, 28 and 95. RGB value is (161,40,149). Sum of RGB (Red+Green+Blue) = 161+40+149=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A12895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12895 is #5ED76A. Grayscale: #585858. Windows color (decimal): -6215531 or 9775265. OLE color: 9775265.

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

Color convert

RGB 161 40 149 -
CMYK 0 0.75 0.07 0.37
HSL 305.95º 0.6% 0.39% -
HSV(B) 305.95º 0.75% 0.63% -
XYZ 20.88 11.26 29.51 -
YUV 88.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 161 40 149 0 0.75 0.07 0.37 305.95 0.6 0.39
Hex A1 28 95 0 4B 7 25 132 3C 27
Octal 241 50 225 0 113 7 45 462 74 47
Binary 10100001 101000 10010101 0 1001011 111 100101 100110010 111100 100111

Color Harmonies of #A12895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12895

Black with #A12895

Text Example


Text Example

White with #A12895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12895; }

 p { color: rgb(161,40,149); }

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

background-color css

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

 a { background-color: rgb(161,40,149); }

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

border-color css

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

 span { border-color: rgb(161,40,149); }

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