Html Css Color HEX #A70CAB Dark Magenta

📋 copy color: '#A70CAB'

red 167 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #A70CAB

Tints of Dark Magenta #A70CAB

RGB

 RED value IS 167 (65.63% from 255) = 47.71%

 GREEN value IS 12 (5.08% from 255) = 3.43%

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 47.71%
G = 3.43%
B = 48.86%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A70CAB (or 0xA70CAB) is known color: Dark Magenta. HEX triplet: A7, 0C and AB. RGB value is (167,12,171). Sum of RGB (Red+Green+Blue) = 167+12+171=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #A70CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70CAB is #58F354. Grayscale: #4B4B4B. Windows color (decimal): -5829461 or 11209895. OLE color: 11209895.

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

Color convert

RGB 167 12 171 -
CMYK 0.02 0.93 0 0.33
HSL 298.49º 0.87% 0.36% -
HSV(B) 298.49º 0.93% 0.67% -
XYZ 23.42 11.42 39.5 -
YUV 76.47 181.35 192.57 -
System Red Green Blue C M Y K H S L
Decimal 167 12 171 0.02 0.93 0 0.33 298.49 0.87 0.36
Hex A7 C AB 2 5D 0 21 12A 57 24
Octal 247 14 253 2 135 0 41 452 127 44
Binary 10100111 1100 10101011 10 1011101 0 100001 100101010 1010111 100100

Color Harmonies of #A70CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CAB

Black with #A70CAB

Text Example


Text Example

White with #A70CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CAB; }

 p { color: rgb(167,12,171); }

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

background-color css

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

 a { background-color: rgb(167,12,171); }

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

border-color css

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

 span { border-color: rgb(167,12,171); }

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