Html Css Color HEX #A813AF Deep Magenta

📋 copy color: '#A813AF'

red 168 ◦ green 19 ◦ blue 175

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

Shades of Deep Magenta #A813AF

Tints of Deep Magenta #A813AF

RGB

 RED value IS 168 (66.02% from 255) = 46.41%

 GREEN value IS 19 (7.81% from 255) = 5.25%

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

R = 46.41%
G = 5.25%
B = 48.34%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A813AF (or 0xA813AF) is known color: Deep Magenta. HEX triplet: A8, 13 and AF. RGB value is (168,19,175). Sum of RGB (Red+Green+Blue) = 168+19+175=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #A813AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A813AF is #57EC50. Grayscale: #505050. Windows color (decimal): -5762129 or 11473832. OLE color: 11473832.

HSL color Cylindrical-coordinate representation of color #A813AF: hue angle of 297.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A813AF is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 19 175 -
CMYK 0.04 0.89 0 0.31
HSL 297.31º 0.8% 0.38% -
HSV(B) 297.31º 0.89% 0.69% -
XYZ 24.12 11.89 41.58 -
YUV 81.34 180.86 189.82 -
System Red Green Blue C M Y K H S L
Decimal 168 19 175 0.04 0.89 0 0.31 297.31 0.8 0.38
Hex A8 13 AF 4 59 0 1F 129 50 26
Octal 250 23 257 4 131 0 37 451 120 46
Binary 10101000 10011 10101111 100 1011001 0 11111 100101001 1010000 100110

Color Harmonies of #A813AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A813AF

Black with #A813AF

Text Example


Text Example

White with #A813AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A813AF; }

 p { color: rgb(168,19,175); }

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

background-color css

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

 a { background-color: rgb(168,19,175); }

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

border-color css

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

 span { border-color: rgb(168,19,175); }

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