Html Css Color HEX #A6069C Dark Magenta

📋 copy color: '#A6069C'

red 166 ◦ green 6 ◦ blue 156

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

Shades of Dark Magenta #A6069C

Tints of Dark Magenta #A6069C

RGB

 RED value IS 166 (65.23% from 255) = 50.61%

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

 BLUE value IS 156 (61.33% from 255) = 47.56%

R = 50.61%
G = 1.83%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6069C (or 0xA6069C) is known color: Dark Magenta. HEX triplet: A6, 06 and 9C. RGB value is (166,6,156). Sum of RGB (Red+Green+Blue) = 166+6+156=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6069C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6069C is #59F963. Grayscale: #464646. Windows color (decimal): -5896548 or 10225318. OLE color: 10225318.

HSL color Cylindrical-coordinate representation of color #A6069C: hue angle of 303.75º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6069C is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 6 156 -
CMYK 0 0.96 0.06 0.35
HSL 303.75º 0.93% 0.34% -
HSV(B) 303.75º 0.96% 0.65% -
XYZ 21.79 10.64 32.36 -
YUV 70.94 176.01 195.8 -
System Red Green Blue C M Y K H S L
Decimal 166 6 156 0 0.96 0.06 0.35 303.75 0.93 0.34
Hex A6 6 9C 0 60 6 23 130 5D 22
Octal 246 6 234 0 140 6 43 460 135 42
Binary 10100110 110 10011100 0 1100000 110 100011 100110000 1011101 100010

Color Harmonies of #A6069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6069C

Black with #A6069C

Text Example


Text Example

White with #A6069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6069C; }

 p { color: rgb(166,6,156); }

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

background-color css

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

 a { background-color: rgb(166,6,156); }

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

border-color css

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

 span { border-color: rgb(166,6,156); }

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