Html Css Color HEX #A30088 Dark Magenta

📋 copy color: '#A30088'

red 163 ◦ green 0 ◦ blue 136

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

Shades of Dark Magenta #A30088

Tints of Dark Magenta #A30088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 136 (53.52% from 255) = 45.48%

R = 54.52%
G = 0%
B = 45.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A30088 (or 0xA30088) is known color: Dark Magenta. HEX triplet: A3, 00 and 88. RGB value is (163,0,136). Sum of RGB (Red+Green+Blue) = 163+0+136=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A30088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30088 is #5CFF77. Grayscale: #3F3F3F. Windows color (decimal): -6094712 or 8913059. OLE color: 8913059.

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

Color convert

RGB 163 0 136 -
CMYK 0 1 0.17 0.36
HSL 309.94º 1% 0.32% -
HSV(B) 309.94º 1% 0.64% -
XYZ 19.55 9.56 24.11 -
YUV 64.24 168.5 198.44 -
System Red Green Blue C M Y K H S L
Decimal 163 0 136 0 1 0.17 0.36 309.94 1 0.32
Hex A3 0 88 0 64 11 24 136 64 20
Octal 243 0 210 0 144 21 44 466 144 40
Binary 10100011 0 10001000 0 1100100 10001 100100 100110110 1100100 100000

Color Harmonies of #A30088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30088

Black with #A30088

Text Example


Text Example

White with #A30088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30088; }

 p { color: rgb(163,0,136); }

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

background-color css

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

 a { background-color: rgb(163,0,136); }

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

border-color css

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

 span { border-color: rgb(163,0,136); }

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