Html Css Color HEX #A30495 Dark Magenta

📋 copy color: '#A30495'

red 163 ◦ green 4 ◦ blue 149

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

Shades of Dark Magenta #A30495

Tints of Dark Magenta #A30495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 51.58%
G = 1.27%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A30495 (or 0xA30495) is known color: Dark Magenta. HEX triplet: A3, 04 and 95. RGB value is (163,4,149). Sum of RGB (Red+Green+Blue) = 163+4+149=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A30495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30495 is #5CFB6A. Grayscale: #434343. Windows color (decimal): -6093675 or 9766051. OLE color: 9766051.

HSL color Cylindrical-coordinate representation of color #A30495: hue angle of 305.28º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30495 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 4 149 -
CMYK 0 0.98 0.09 0.36
HSL 305.28º 0.95% 0.33% -
HSV(B) 305.28º 0.98% 0.64% -
XYZ 20.57 10.04 29.29 -
YUV 68.07 173.68 195.71 -
System Red Green Blue C M Y K H S L
Decimal 163 4 149 0 0.98 0.09 0.36 305.28 0.95 0.33
Hex A3 4 95 0 62 9 24 131 5F 21
Octal 243 4 225 0 142 11 44 461 137 41
Binary 10100011 100 10010101 0 1100010 1001 100100 100110001 1011111 100001

Color Harmonies of #A30495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30495

Black with #A30495

Text Example


Text Example

White with #A30495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30495; }

 p { color: rgb(163,4,149); }

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

background-color css

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

 a { background-color: rgb(163,4,149); }

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

border-color css

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

 span { border-color: rgb(163,4,149); }

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