Html Css Color HEX #A00694 Dark Magenta

📋 copy color: '#A00694'

red 160 ◦ green 6 ◦ blue 148

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

Shades of Dark Magenta #A00694

Tints of Dark Magenta #A00694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.13%

R = 50.96%
G = 1.91%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A00694 (or 0xA00694) is known color: Dark Magenta. HEX triplet: A0, 06 and 94. RGB value is (160,6,148). Sum of RGB (Red+Green+Blue) = 160+6+148=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A00694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00694 is #5FF96B. Grayscale: #434343. Windows color (decimal): -6289772 or 9701024. OLE color: 9701024.

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

Color convert

RGB 160 6 148 -
CMYK 0 0.96 0.07 0.37
HSL 304.68º 0.93% 0.33% -
HSV(B) 304.68º 0.96% 0.63% -
XYZ 19.91 9.74 28.85 -
YUV 68.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 160 6 148 0 0.96 0.07 0.37 304.68 0.93 0.33
Hex A0 6 94 0 60 7 25 131 5D 21
Octal 240 6 224 0 140 7 45 461 135 41
Binary 10100000 110 10010100 0 1100000 111 100101 100110001 1011101 100001

Color Harmonies of #A00694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00694

Black with #A00694

Text Example


Text Example

White with #A00694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00694; }

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

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

background-color css

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

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

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

border-color css

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

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

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