Html Css Color HEX #A30183 Dark Magenta

📋 copy color: '#A30183'

red 163 ◦ green 1 ◦ blue 131

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

Shades of Dark Magenta #A30183

Tints of Dark Magenta #A30183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 131 (51.56% from 255) = 44.41%

R = 55.25%
G = 0.34%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A30183 (or 0xA30183) is known color: Dark Magenta. HEX triplet: A3, 01 and 83. RGB value is (163,1,131). Sum of RGB (Red+Green+Blue) = 163+1+131=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A30183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30183 is #5CFE7C. Grayscale: #3F3F3F. Windows color (decimal): -6094461 or 8585635. OLE color: 8585635.

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

Color convert

RGB 163 1 131 -
CMYK 0 0.99 0.20 0.36
HSL 311.85º 0.99% 0.32% -
HSV(B) 311.85º 0.99% 0.64% -
XYZ 19.21 9.45 22.28 -
YUV 64.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 163 1 131 0 0.99 0.20 0.36 311.85 0.99 0.32
Hex A3 1 83 0 63 14 24 138 63 20
Octal 243 1 203 0 143 24 44 470 143 40
Binary 10100011 1 10000011 0 1100011 10100 100100 100111000 1100011 100000

Color Harmonies of #A30183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30183

Black with #A30183

Text Example


Text Example

White with #A30183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30183; }

 p { color: rgb(163,1,131); }

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

background-color css

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

 a { background-color: rgb(163,1,131); }

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

border-color css

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

 span { border-color: rgb(163,1,131); }

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