Html Css Color HEX #A30FA2 Dark Magenta

📋 copy color: '#A30FA2'

red 163 ◦ green 15 ◦ blue 162

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

Shades of Dark Magenta #A30FA2

Tints of Dark Magenta #A30FA2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

 BLUE value IS 162 (63.67% from 255) = 47.65%

R = 47.94%
G = 4.41%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A30FA2 (or 0xA30FA2) is known color: Dark Magenta. HEX triplet: A3, 0F and A2. RGB value is (163,15,162). Sum of RGB (Red+Green+Blue) = 163+15+162=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A30FA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30FA2 is #5CF05D. Grayscale: #4B4B4B. Windows color (decimal): -6090846 or 10620835. OLE color: 10620835.

HSL color Cylindrical-coordinate representation of color #A30FA2: hue angle of 300.41º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30FA2 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 15 162 -
CMYK 0 0.91 0.01 0.36
HSL 300.41º 0.83% 0.35% -
HSV(B) 300.41º 0.91% 0.64% -
XYZ 21.8 10.74 35.11 -
YUV 76.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 163 15 162 0 0.91 0.01 0.36 300.41 0.83 0.35
Hex A3 F A2 0 5B 1 24 12C 53 23
Octal 243 17 242 0 133 1 44 454 123 43
Binary 10100011 1111 10100010 0 1011011 1 100100 100101100 1010011 100011

Color Harmonies of #A30FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FA2

Black with #A30FA2

Text Example


Text Example

White with #A30FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FA2; }

 p { color: rgb(163,15,162); }

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

background-color css

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

 a { background-color: rgb(163,15,162); }

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

border-color css

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

 span { border-color: rgb(163,15,162); }

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