Html Css Color HEX #A30285 Dark Magenta

📋 copy color: '#A30285'

red 163 ◦ green 2 ◦ blue 133

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

Shades of Dark Magenta #A30285

Tints of Dark Magenta #A30285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.63%

R = 54.7%
G = 0.67%
B = 44.63%

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

#A30285 (or 0xA30285) is known color: Dark Magenta. HEX triplet: A3, 02 and 85. RGB value is (163,2,133). Sum of RGB (Red+Green+Blue) = 163+2+133=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A30285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30285 is #5CFD7A. Grayscale: #404040. Windows color (decimal): -6094203 or 8716963. OLE color: 8716963.

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

Color convert

RGB 163 2 133 -
CMYK 0 0.99 0.18 0.36
HSL 311.18º 0.98% 0.32% -
HSV(B) 311.18º 0.99% 0.64% -
XYZ 19.36 9.52 23.01 -
YUV 65.07 166.34 197.85 -
System Red Green Blue C M Y K H S L
Decimal 163 2 133 0 0.99 0.18 0.36 311.18 0.98 0.32
Hex A3 2 85 0 63 12 24 137 62 20
Octal 243 2 205 0 143 22 44 467 142 40
Binary 10100011 10 10000101 0 1100011 10010 100100 100110111 1100010 100000

Color Harmonies of #A30285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30285

Black with #A30285

Text Example


Text Example

White with #A30285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30285; }

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

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

background-color css

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

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

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

border-color css

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

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

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