Html Css Color HEX #A3068C Dark Magenta

📋 copy color: '#A3068C'

red 163 ◦ green 6 ◦ blue 140

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

Shades of Dark Magenta #A3068C

Tints of Dark Magenta #A3068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 52.75%
G = 1.94%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3068C (or 0xA3068C) is known color: Dark Magenta. HEX triplet: A3, 06 and 8C. RGB value is (163,6,140). Sum of RGB (Red+Green+Blue) = 163+6+140=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3068C is #5CF973. Grayscale: #434343. Windows color (decimal): -6093172 or 9176739. OLE color: 9176739.

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

Color convert

RGB 163 6 140 -
CMYK 0 0.96 0.14 0.36
HSL 308.79º 0.93% 0.33% -
HSV(B) 308.79º 0.96% 0.64% -
XYZ 19.9 9.81 25.66 -
YUV 68.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 163 6 140 0 0.96 0.14 0.36 308.79 0.93 0.33
Hex A3 6 8C 0 60 E 24 135 5D 21
Octal 243 6 214 0 140 16 44 465 135 41
Binary 10100011 110 10001100 0 1100000 1110 100100 100110101 1011101 100001

Color Harmonies of #A3068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3068C

Black with #A3068C

Text Example


Text Example

White with #A3068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3068C; }

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

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

background-color css

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

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

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

border-color css

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

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

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