Html Css Color HEX #A10688 Dark Magenta

📋 copy color: '#A10688'

red 161 ◦ green 6 ◦ blue 136

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

Shades of Dark Magenta #A10688

Tints of Dark Magenta #A10688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.88%

R = 53.14%
G = 1.98%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A10688 (or 0xA10688) is known color: Dark Magenta. HEX triplet: A1, 06 and 88. RGB value is (161,6,136). Sum of RGB (Red+Green+Blue) = 161+6+136=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A10688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10688 is #5EF977. Grayscale: #424242. Windows color (decimal): -6224248 or 8914593. OLE color: 8914593.

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

Color convert

RGB 161 6 136 -
CMYK 0 0.96 0.16 0.37
HSL 309.68º 0.93% 0.33% -
HSV(B) 309.68º 0.96% 0.63% -
XYZ 19.21 9.48 24.11 -
YUV 67.17 166.85 194.93 -
System Red Green Blue C M Y K H S L
Decimal 161 6 136 0 0.96 0.16 0.37 309.68 0.93 0.33
Hex A1 6 88 0 60 10 25 136 5D 21
Octal 241 6 210 0 140 20 45 466 135 41
Binary 10100001 110 10001000 0 1100000 10000 100101 100110110 1011101 100001

Color Harmonies of #A10688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10688

Black with #A10688

Text Example


Text Example

White with #A10688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10688; }

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

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

background-color css

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

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

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

border-color css

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

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

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