Html Css Color HEX #A30286 Dark Magenta

📋 copy color: '#A30286'

red 163 ◦ green 2 ◦ blue 134

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

Shades of Dark Magenta #A30286

Tints of Dark Magenta #A30286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 134 (52.73% from 255) = 44.82%

R = 54.52%
G = 0.67%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A30286 (or 0xA30286) is known color: Dark Magenta. HEX triplet: A3, 02 and 86. RGB value is (163,2,134). Sum of RGB (Red+Green+Blue) = 163+2+134=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A30286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30286 is #5CFD79. Grayscale: #404040. Windows color (decimal): -6094202 or 8782499. OLE color: 8782499.

HSL color Cylindrical-coordinate representation of color #A30286: hue angle of 310.81º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30286 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 134 -
CMYK 0 0.99 0.18 0.36
HSL 310.81º 0.98% 0.32% -
HSV(B) 310.81º 0.99% 0.64% -
XYZ 19.43 9.55 23.37 -
YUV 65.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 163 2 134 0 0.99 0.18 0.36 310.81 0.98 0.32
Hex A3 2 86 0 63 12 24 137 62 20
Octal 243 2 206 0 143 22 44 467 142 40
Binary 10100011 10 10000110 0 1100011 10010 100100 100110111 1100010 100000

Color Harmonies of #A30286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30286

Black with #A30286

Text Example


Text Example

White with #A30286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30286; }

 p { color: rgb(163,2,134); }

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

background-color css

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

 a { background-color: rgb(163,2,134); }

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

border-color css

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

 span { border-color: rgb(163,2,134); }

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