Html Css Color HEX #A30190 Dark Magenta

📋 copy color: '#A30190'

red 163 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #A30190

Tints of Dark Magenta #A30190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.75%

R = 52.92%
G = 0.32%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A30190 (or 0xA30190) is known color: Dark Magenta. HEX triplet: A3, 01 and 90. RGB value is (163,1,144). Sum of RGB (Red+Green+Blue) = 163+1+144=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A30190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30190 is #5CFE6F. Grayscale: #414141. Windows color (decimal): -6094448 or 9437603. OLE color: 9437603.

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

Color convert

RGB 163 1 144 -
CMYK 0 0.99 0.12 0.36
HSL 307.04º 0.99% 0.32% -
HSV(B) 307.04º 0.99% 0.64% -
XYZ 20.15 9.82 27.22 -
YUV 65.74 172.17 197.37 -
System Red Green Blue C M Y K H S L
Decimal 163 1 144 0 0.99 0.12 0.36 307.04 0.99 0.32
Hex A3 1 90 0 63 C 24 133 63 20
Octal 243 1 220 0 143 14 44 463 143 40
Binary 10100011 1 10010000 0 1100011 1100 100100 100110011 1100011 100000

Color Harmonies of #A30190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30190

Black with #A30190

Text Example


Text Example

White with #A30190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30190; }

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

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

background-color css

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

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

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

border-color css

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

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

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