Html Css Color HEX #A3069A Dark Magenta

📋 copy color: '#A3069A'

red 163 ◦ green 6 ◦ blue 154

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

Shades of Dark Magenta #A3069A

Tints of Dark Magenta #A3069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.68%

R = 50.46%
G = 1.86%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A3069A (or 0xA3069A) is known color: Dark Magenta. HEX triplet: A3, 06 and 9A. RGB value is (163,6,154). Sum of RGB (Red+Green+Blue) = 163+6+154=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3069A is #5CF965. Grayscale: #454545. Windows color (decimal): -6093158 or 10094243. OLE color: 10094243.

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

Color convert

RGB 163 6 154 -
CMYK 0 0.96 0.06 0.36
HSL 303.44º 0.93% 0.33% -
HSV(B) 303.44º 0.96% 0.64% -
XYZ 21 10.25 31.44 -
YUV 69.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 163 6 154 0 0.96 0.06 0.36 303.44 0.93 0.33
Hex A3 6 9A 0 60 6 24 12F 5D 21
Octal 243 6 232 0 140 6 44 457 135 41
Binary 10100011 110 10011010 0 1100000 110 100100 100101111 1011101 100001

Color Harmonies of #A3069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3069A

Black with #A3069A

Text Example


Text Example

White with #A3069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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