Html Css Color HEX #A1068A Dark Magenta

📋 copy color: '#A1068A'

red 161 ◦ green 6 ◦ blue 138

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

Shades of Dark Magenta #A1068A

Tints of Dark Magenta #A1068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.25%

R = 52.79%
G = 1.97%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1068A (or 0xA1068A) is known color: Dark Magenta. HEX triplet: A1, 06 and 8A. RGB value is (161,6,138). Sum of RGB (Red+Green+Blue) = 161+6+138=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1068A is #5EF975. Grayscale: #434343. Windows color (decimal): -6224246 or 9045665. OLE color: 9045665.

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

Color convert

RGB 161 6 138 -
CMYK 0 0.96 0.14 0.37
HSL 308.9º 0.93% 0.33% -
HSV(B) 308.9º 0.96% 0.63% -
XYZ 19.35 9.54 24.87 -
YUV 67.39 167.85 194.77 -
System Red Green Blue C M Y K H S L
Decimal 161 6 138 0 0.96 0.14 0.37 308.9 0.93 0.33
Hex A1 6 8A 0 60 E 25 135 5D 21
Octal 241 6 212 0 140 16 45 465 135 41
Binary 10100001 110 10001010 0 1100000 1110 100101 100110101 1011101 100001

Color Harmonies of #A1068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1068A

Black with #A1068A

Text Example


Text Example

White with #A1068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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