Html Css Color HEX #A12892 Dark Purple

📋 copy color: '#A12892'

red 161 ◦ green 40 ◦ blue 146

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

Shades of Dark Purple #A12892

Tints of Dark Purple #A12892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 46.4%
G = 11.53%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A12892 (or 0xA12892) is known color: Dark Purple. HEX triplet: A1, 28 and 92. RGB value is (161,40,146). Sum of RGB (Red+Green+Blue) = 161+40+146=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A12892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12892 is #5ED76D. Grayscale: #575757. Windows color (decimal): -6215534 or 9578657. OLE color: 9578657.

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

Color convert

RGB 161 40 146 -
CMYK 0 0.75 0.09 0.37
HSL 307.44º 0.6% 0.39% -
HSV(B) 307.44º 0.75% 0.63% -
XYZ 20.65 11.17 28.26 -
YUV 88.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 161 40 146 0 0.75 0.09 0.37 307.44 0.6 0.39
Hex A1 28 92 0 4B 9 25 133 3C 27
Octal 241 50 222 0 113 11 45 463 74 47
Binary 10100001 101000 10010010 0 1001011 1001 100101 100110011 111100 100111

Color Harmonies of #A12892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12892

Black with #A12892

Text Example


Text Example

White with #A12892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12892; }

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

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

background-color css

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

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

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

border-color css

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

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

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