Html Css Color HEX #A30284 Dark Magenta

📋 copy color: '#A30284'

red 163 ◦ green 2 ◦ blue 132

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

Shades of Dark Magenta #A30284

Tints of Dark Magenta #A30284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.44%

R = 54.88%
G = 0.67%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A30284 (or 0xA30284) is known color: Dark Magenta. HEX triplet: A3, 02 and 84. RGB value is (163,2,132). Sum of RGB (Red+Green+Blue) = 163+2+132=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A30284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30284 is #5CFD7B. Grayscale: #404040. Windows color (decimal): -6094204 or 8651427. OLE color: 8651427.

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

Color convert

RGB 163 2 132 -
CMYK 0 0.99 0.19 0.36
HSL 311.55º 0.98% 0.32% -
HSV(B) 311.55º 0.99% 0.64% -
XYZ 19.29 9.5 22.65 -
YUV 64.96 165.84 197.93 -
System Red Green Blue C M Y K H S L
Decimal 163 2 132 0 0.99 0.19 0.36 311.55 0.98 0.32
Hex A3 2 84 0 63 13 24 138 62 20
Octal 243 2 204 0 143 23 44 470 142 40
Binary 10100011 10 10000100 0 1100011 10011 100100 100111000 1100010 100000

Color Harmonies of #A30284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30284

Black with #A30284

Text Example


Text Example

White with #A30284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30284; }

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

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

background-color css

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

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

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

border-color css

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

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

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