Html Css Color HEX #A30682 Dark Magenta

📋 copy color: '#A30682'

red 163 ◦ green 6 ◦ blue 130

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

Shades of Dark Magenta #A30682

Tints of Dark Magenta #A30682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 54.52%
G = 2.01%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A30682 (or 0xA30682) is known color: Dark Magenta. HEX triplet: A3, 06 and 82. RGB value is (163,6,130). Sum of RGB (Red+Green+Blue) = 163+6+130=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A30682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30682 is #5CF97D. Grayscale: #424242. Windows color (decimal): -6093182 or 8521379. OLE color: 8521379.

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

Color convert

RGB 163 6 130 -
CMYK 0 0.96 0.20 0.36
HSL 312.61º 0.93% 0.33% -
HSV(B) 312.61º 0.96% 0.64% -
XYZ 19.2 9.53 21.95 -
YUV 67.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 163 6 130 0 0.96 0.20 0.36 312.61 0.93 0.33
Hex A3 6 82 0 60 14 24 139 5D 21
Octal 243 6 202 0 140 24 44 471 135 41
Binary 10100011 110 10000010 0 1100000 10100 100100 100111001 1011101 100001

Color Harmonies of #A30682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30682

Black with #A30682

Text Example


Text Example

White with #A30682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30682; }

 p { color: rgb(163,6,130); }

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

background-color css

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

 a { background-color: rgb(163,6,130); }

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

border-color css

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

 span { border-color: rgb(163,6,130); }

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