Html Css Color HEX #A3068E Dark Magenta

📋 copy color: '#A3068E'

red 163 ◦ green 6 ◦ blue 142

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

Shades of Dark Magenta #A3068E

Tints of Dark Magenta #A3068E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.66%

R = 52.41%
G = 1.93%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3068E (or 0xA3068E) is known color: Dark Magenta. HEX triplet: A3, 06 and 8E. RGB value is (163,6,142). Sum of RGB (Red+Green+Blue) = 163+6+142=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3068E is #5CF971. Grayscale: #444444. Windows color (decimal): -6093170 or 9307811. OLE color: 9307811.

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

Color convert

RGB 163 6 142 -
CMYK 0 0.96 0.13 0.36
HSL 308.03º 0.93% 0.33% -
HSV(B) 308.03º 0.96% 0.64% -
XYZ 20.05 9.87 26.44 -
YUV 68.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 163 6 142 0 0.96 0.13 0.36 308.03 0.93 0.33
Hex A3 6 8E 0 60 D 24 134 5D 21
Octal 243 6 216 0 140 15 44 464 135 41
Binary 10100011 110 10001110 0 1100000 1101 100100 100110100 1011101 100001

Color Harmonies of #A3068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3068E

Black with #A3068E

Text Example


Text Example

White with #A3068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3068E; }

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

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

background-color css

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

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

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

border-color css

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

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

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