Html Css Color HEX #A710AF Dark Magenta

📋 copy color: '#A710AF'

red 167 ◦ green 16 ◦ blue 175

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

Shades of Dark Magenta #A710AF

Tints of Dark Magenta #A710AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.47%

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 46.65%
G = 4.47%
B = 48.88%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A710AF (or 0xA710AF) is known color: Dark Magenta. HEX triplet: A7, 10 and AF. RGB value is (167,16,175). Sum of RGB (Red+Green+Blue) = 167+16+175=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #A710AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A710AF is #58EF50. Grayscale: #4E4E4E. Windows color (decimal): -5828433 or 11473063. OLE color: 11473063.

HSL color Cylindrical-coordinate representation of color #A710AF: hue angle of 296.98º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A710AF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 16 175 -
CMYK 0.05 0.91 0 0.31
HSL 296.98º 0.83% 0.37% -
HSV(B) 296.98º 0.91% 0.69% -
XYZ 23.86 11.68 41.55 -
YUV 79.28 182.03 190.57 -
System Red Green Blue C M Y K H S L
Decimal 167 16 175 0.05 0.91 0 0.31 296.98 0.83 0.37
Hex A7 10 AF 5 5B 0 1F 129 53 25
Octal 247 20 257 5 133 0 37 451 123 45
Binary 10100111 10000 10101111 101 1011011 0 11111 100101001 1010011 100101

Color Harmonies of #A710AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A710AF

Black with #A710AF

Text Example


Text Example

White with #A710AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A710AF; }

 p { color: rgb(167,16,175); }

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

background-color css

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

 a { background-color: rgb(167,16,175); }

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

border-color css

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

 span { border-color: rgb(167,16,175); }

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