Html Css Color HEX #A51FA6 Dark Magenta

📋 copy color: '#A51FA6'

red 165 ◦ green 31 ◦ blue 166

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

Shades of Dark Magenta #A51FA6

Tints of Dark Magenta #A51FA6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.56%

 BLUE value IS 166 (65.23% from 255) = 45.86%

R = 45.58%
G = 8.56%
B = 45.86%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A51FA6 (or 0xA51FA6) is known color: Dark Magenta. HEX triplet: A5, 1F and A6. RGB value is (165,31,166). Sum of RGB (Red+Green+Blue) = 165+31+166=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: blue. Hex color #A51FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51FA6 is #5AE059. Grayscale: #565656. Windows color (decimal): -5955674 or 10887077. OLE color: 10887077.

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

Color convert

RGB 165 31 166 -
CMYK 0.01 0.81 0 0.35
HSL 299.56º 0.69% 0.39% -
HSV(B) 299.56º 0.81% 0.65% -
XYZ 22.89 11.73 37.13 -
YUV 86.46 172.89 184.02 -
System Red Green Blue C M Y K H S L
Decimal 165 31 166 0.01 0.81 0 0.35 299.56 0.69 0.39
Hex A5 1F A6 1 51 0 23 12C 45 27
Octal 245 37 246 1 121 0 43 454 105 47
Binary 10100101 11111 10100110 1 1010001 0 100011 100101100 1000101 100111

Color Harmonies of #A51FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FA6

Black with #A51FA6

Text Example


Text Example

White with #A51FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FA6; }

 p { color: rgb(165,31,166); }

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

background-color css

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

 a { background-color: rgb(165,31,166); }

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

border-color css

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

 span { border-color: rgb(165,31,166); }

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