Html Css Color HEX #A30187 Dark Magenta

📋 copy color: '#A30187'

red 163 ◦ green 1 ◦ blue 135

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

Shades of Dark Magenta #A30187

Tints of Dark Magenta #A30187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.15%

R = 54.52%
G = 0.33%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A30187 (or 0xA30187) is known color: Dark Magenta. HEX triplet: A3, 01 and 87. RGB value is (163,1,135). Sum of RGB (Red+Green+Blue) = 163+1+135=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A30187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30187 is #5CFE78. Grayscale: #404040. Windows color (decimal): -6094457 or 8847779. OLE color: 8847779.

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

Color convert

RGB 163 1 135 -
CMYK 0 0.99 0.17 0.36
HSL 310.37º 0.99% 0.32% -
HSV(B) 310.37º 0.99% 0.64% -
XYZ 19.49 9.56 23.74 -
YUV 64.71 167.67 198.1 -
System Red Green Blue C M Y K H S L
Decimal 163 1 135 0 0.99 0.17 0.36 310.37 0.99 0.32
Hex A3 1 87 0 63 11 24 136 63 20
Octal 243 1 207 0 143 21 44 466 143 40
Binary 10100011 1 10000111 0 1100011 10001 100100 100110110 1100011 100000

Color Harmonies of #A30187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30187

Black with #A30187

Text Example


Text Example

White with #A30187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30187; }

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

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

background-color css

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

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

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

border-color css

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

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

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