Html Css Color HEX #A3069C Dark Magenta

📋 copy color: '#A3069C'

red 163 ◦ green 6 ◦ blue 156

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

Shades of Dark Magenta #A3069C

Tints of Dark Magenta #A3069C

RGB

 RED value IS 163 (64.06% from 255) = 50.15%

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

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

R = 50.15%
G = 1.85%
B = 48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A3069C (or 0xA3069C) is known color: Dark Magenta. HEX triplet: A3, 06 and 9C. RGB value is (163,6,156). Sum of RGB (Red+Green+Blue) = 163+6+156=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3069C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3069C is #5CF963. Grayscale: #454545. Windows color (decimal): -6093156 or 10225315. OLE color: 10225315.

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

Color convert

RGB 163 6 156 -
CMYK 0 0.96 0.04 0.36
HSL 302.68º 0.93% 0.33% -
HSV(B) 302.68º 0.96% 0.64% -
XYZ 21.17 10.32 32.33 -
YUV 70.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 163 6 156 0 0.96 0.04 0.36 302.68 0.93 0.33
Hex A3 6 9C 0 60 4 24 12F 5D 21
Octal 243 6 234 0 140 4 44 457 135 41
Binary 10100011 110 10011100 0 1100000 100 100100 100101111 1011101 100001

Color Harmonies of #A3069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3069C

Black with #A3069C

Text Example


Text Example

White with #A3069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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