Html Css Color HEX #A3069E Dark Magenta

📋 copy color: '#A3069E'

red 163 ◦ green 6 ◦ blue 158

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

Shades of Dark Magenta #A3069E

Tints of Dark Magenta #A3069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.32%

R = 49.85%
G = 1.83%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A3069E (or 0xA3069E) is known color: Dark Magenta. HEX triplet: A3, 06 and 9E. RGB value is (163,6,158). Sum of RGB (Red+Green+Blue) = 163+6+158=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3069E is #5CF961. Grayscale: #454545. Windows color (decimal): -6093154 or 10356387. OLE color: 10356387.

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

Color convert

RGB 163 6 158 -
CMYK 0 0.96 0.03 0.36
HSL 301.91º 0.93% 0.33% -
HSV(B) 301.91º 0.96% 0.64% -
XYZ 21.34 10.39 33.23 -
YUV 70.27 177.51 194.14 -
System Red Green Blue C M Y K H S L
Decimal 163 6 158 0 0.96 0.03 0.36 301.91 0.93 0.33
Hex A3 6 9E 0 60 3 24 12E 5D 21
Octal 243 6 236 0 140 3 44 456 135 41
Binary 10100011 110 10011110 0 1100000 11 100100 100101110 1011101 100001

Color Harmonies of #A3069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3069E

Black with #A3069E

Text Example


Text Example

White with #A3069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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