Html Css Color HEX #A1069E Dark Magenta

📋 copy color: '#A1069E'

red 161 ◦ green 6 ◦ blue 158

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

Shades of Dark Magenta #A1069E

Tints of Dark Magenta #A1069E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

 BLUE value IS 158 (62.11% from 255) = 48.62%

R = 49.54%
G = 1.85%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1069E (or 0xA1069E) is known color: Dark Magenta. HEX triplet: A1, 06 and 9E. RGB value is (161,6,158). Sum of RGB (Red+Green+Blue) = 161+6+158=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1069E is #5EF961. Grayscale: #454545. Windows color (decimal): -6224226 or 10356385. OLE color: 10356385.

HSL color Cylindrical-coordinate representation of color #A1069E: hue angle of 301.16º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1069E is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 6 158 -
CMYK 0 0.96 0.02 0.37
HSL 301.16º 0.93% 0.33% -
HSV(B) 301.16º 0.96% 0.63% -
XYZ 20.93 10.18 33.21 -
YUV 69.67 177.85 193.14 -
System Red Green Blue C M Y K H S L
Decimal 161 6 158 0 0.96 0.02 0.37 301.16 0.93 0.33
Hex A1 6 9E 0 60 2 25 12D 5D 21
Octal 241 6 236 0 140 2 45 455 135 41
Binary 10100001 110 10011110 0 1100000 10 100101 100101101 1011101 100001

Color Harmonies of #A1069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1069E

Black with #A1069E

Text Example


Text Example

White with #A1069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1069E; }

 p { color: rgb(161,6,158); }

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

background-color css

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

 a { background-color: rgb(161,6,158); }

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

border-color css

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

 span { border-color: rgb(161,6,158); }

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