Html Css Color HEX #A30194 Dark Magenta

📋 copy color: '#A30194'

red 163 ◦ green 1 ◦ blue 148

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

Shades of Dark Magenta #A30194

Tints of Dark Magenta #A30194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.44%

R = 52.24%
G = 0.32%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A30194 (or 0xA30194) is known color: Dark Magenta. HEX triplet: A3, 01 and 94. RGB value is (163,1,148). Sum of RGB (Red+Green+Blue) = 163+1+148=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A30194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30194 is #5CFE6B. Grayscale: #414141. Windows color (decimal): -6094444 or 9699747. OLE color: 9699747.

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

Color convert

RGB 163 1 148 -
CMYK 0 0.99 0.09 0.36
HSL 305.56º 0.99% 0.32% -
HSV(B) 305.56º 0.99% 0.64% -
XYZ 20.46 9.95 28.86 -
YUV 66.2 174.17 197.05 -
System Red Green Blue C M Y K H S L
Decimal 163 1 148 0 0.99 0.09 0.36 305.56 0.99 0.32
Hex A3 1 94 0 63 9 24 132 63 20
Octal 243 1 224 0 143 11 44 462 143 40
Binary 10100011 1 10010100 0 1100011 1001 100100 100110010 1100011 100000

Color Harmonies of #A30194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30194

Black with #A30194

Text Example


Text Example

White with #A30194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30194; }

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

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

background-color css

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

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

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

border-color css

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

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

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