Html Css Color HEX #A30697 Dark Magenta

📋 copy color: '#A30697'

red 163 ◦ green 6 ◦ blue 151

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

Shades of Dark Magenta #A30697

Tints of Dark Magenta #A30697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.19%

R = 50.94%
G = 1.88%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A30697 (or 0xA30697) is known color: Dark Magenta. HEX triplet: A3, 06 and 97. RGB value is (163,6,151). Sum of RGB (Red+Green+Blue) = 163+6+151=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A30697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30697 is #5CF968. Grayscale: #454545. Windows color (decimal): -6093161 or 9897635. OLE color: 9897635.

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

Color convert

RGB 163 6 151 -
CMYK 0 0.96 0.07 0.36
HSL 304.59º 0.93% 0.33% -
HSV(B) 304.59º 0.96% 0.64% -
XYZ 20.76 10.15 30.14 -
YUV 69.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 163 6 151 0 0.96 0.07 0.36 304.59 0.93 0.33
Hex A3 6 97 0 60 7 24 131 5D 21
Octal 243 6 227 0 140 7 44 461 135 41
Binary 10100011 110 10010111 0 1100000 111 100100 100110001 1011101 100001

Color Harmonies of #A30697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30697

Black with #A30697

Text Example


Text Example

White with #A30697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30697; }

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

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

background-color css

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

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

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

border-color css

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

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

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