Html Css Color HEX #A514A3 Dark Magenta

📋 copy color: '#A514A3'

red 165 ◦ green 20 ◦ blue 163

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

Shades of Dark Magenta #A514A3

Tints of Dark Magenta #A514A3

RGB

 RED value IS 165 (64.84% from 255) = 47.41%

 GREEN value IS 20 (8.2% from 255) = 5.75%

 BLUE value IS 163 (64.06% from 255) = 46.84%

R = 47.41%
G = 5.75%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A514A3 (or 0xA514A3) is known color: Dark Magenta. HEX triplet: A5, 14 and A3. RGB value is (165,20,163). Sum of RGB (Red+Green+Blue) = 165+20+163=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A514A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A514A3 is #5AEB5C. Grayscale: #4F4F4F. Windows color (decimal): -5958493 or 10687653. OLE color: 10687653.

HSL color Cylindrical-coordinate representation of color #A514A3: hue angle of 300.83º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A514A3 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 20 163 -
CMYK 0 0.88 0.01 0.35
HSL 300.83º 0.78% 0.36% -
HSV(B) 300.83º 0.88% 0.65% -
XYZ 22.38 11.14 35.62 -
YUV 79.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 165 20 163 0 0.88 0.01 0.35 300.83 0.78 0.36
Hex A5 14 A3 0 58 1 23 12D 4E 24
Octal 245 24 243 0 130 1 43 455 116 44
Binary 10100101 10100 10100011 0 1011000 1 100011 100101101 1001110 100100

Color Harmonies of #A514A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514A3

Black with #A514A3

Text Example


Text Example

White with #A514A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514A3; }

 p { color: rgb(165,20,163); }

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

background-color css

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

 a { background-color: rgb(165,20,163); }

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

border-color css

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

 span { border-color: rgb(165,20,163); }

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