Html Css Color HEX #A00693 Dark Magenta

📋 copy color: '#A00693'

red 160 ◦ green 6 ◦ blue 147

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

Shades of Dark Magenta #A00693

Tints of Dark Magenta #A00693

RGB

 RED value IS 160 (62.89% from 255) = 51.12%

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

 BLUE value IS 147 (57.81% from 255) = 46.96%

R = 51.12%
G = 1.92%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A00693 (or 0xA00693) is known color: Dark Magenta. HEX triplet: A0, 06 and 93. RGB value is (160,6,147). Sum of RGB (Red+Green+Blue) = 160+6+147=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A00693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00693 is #5FF96C. Grayscale: #434343. Windows color (decimal): -6289773 or 9635488. OLE color: 9635488.

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

Color convert

RGB 160 6 147 -
CMYK 0 0.96 0.08 0.37
HSL 305.06º 0.93% 0.33% -
HSV(B) 305.06º 0.96% 0.63% -
XYZ 19.83 9.71 28.43 -
YUV 68.12 172.52 193.54 -
System Red Green Blue C M Y K H S L
Decimal 160 6 147 0 0.96 0.08 0.37 305.06 0.93 0.33
Hex A0 6 93 0 60 8 25 131 5D 21
Octal 240 6 223 0 140 10 45 461 135 41
Binary 10100000 110 10010011 0 1100000 1000 100101 100110001 1011101 100001

Color Harmonies of #A00693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00693

Black with #A00693

Text Example


Text Example

White with #A00693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00693; }

 p { color: rgb(160,6,147); }

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

background-color css

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

 a { background-color: rgb(160,6,147); }

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

border-color css

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

 span { border-color: rgb(160,6,147); }

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