Html Css Color HEX #A1068D Dark Magenta

📋 copy color: '#A1068D'

red 161 ◦ green 6 ◦ blue 141

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

Shades of Dark Magenta #A1068D

Tints of Dark Magenta #A1068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 52.27%
G = 1.95%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1068D (or 0xA1068D) is known color: Dark Magenta. HEX triplet: A1, 06 and 8D. RGB value is (161,6,141). Sum of RGB (Red+Green+Blue) = 161+6+141=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1068D is #5EF972. Grayscale: #434343. Windows color (decimal): -6224243 or 9242273. OLE color: 9242273.

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

Color convert

RGB 161 6 141 -
CMYK 0 0.96 0.12 0.37
HSL 307.74º 0.93% 0.33% -
HSV(B) 307.74º 0.96% 0.63% -
XYZ 19.57 9.63 26.03 -
YUV 67.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 161 6 141 0 0.96 0.12 0.37 307.74 0.93 0.33
Hex A1 6 8D 0 60 C 25 134 5D 21
Octal 241 6 215 0 140 14 45 464 135 41
Binary 10100001 110 10001101 0 1100000 1100 100101 100110100 1011101 100001

Color Harmonies of #A1068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1068D

Black with #A1068D

Text Example


Text Example

White with #A1068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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