Html Css Color HEX #A91CA3 Dark Magenta

📋 copy color: '#A91CA3'

red 169 ◦ green 28 ◦ blue 163

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

Shades of Dark Magenta #A91CA3

Tints of Dark Magenta #A91CA3

RGB

 RED value IS 169 (66.41% from 255) = 46.94%

 GREEN value IS 28 (11.33% from 255) = 7.78%

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

R = 46.94%
G = 7.78%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A91CA3 (or 0xA91CA3) is known color: Dark Magenta. HEX triplet: A9, 1C and A3. RGB value is (169,28,163). Sum of RGB (Red+Green+Blue) = 169+28+163=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A91CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91CA3 is #56E35C. Grayscale: #555555. Windows color (decimal): -5694301 or 10689705. OLE color: 10689705.

HSL color Cylindrical-coordinate representation of color #A91CA3: hue angle of 302.55º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91CA3 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 28 163 -
CMYK 0 0.83 0.04 0.34
HSL 302.55º 0.72% 0.39% -
HSV(B) 302.55º 0.83% 0.66% -
XYZ 23.39 11.91 35.72 -
YUV 85.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 169 28 163 0 0.83 0.04 0.34 302.55 0.72 0.39
Hex A9 1C A3 0 53 4 22 12F 48 27
Octal 251 34 243 0 123 4 42 457 110 47
Binary 10101001 11100 10100011 0 1010011 100 100010 100101111 1001000 100111

Color Harmonies of #A91CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CA3

Black with #A91CA3

Text Example


Text Example

White with #A91CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CA3; }

 p { color: rgb(169,28,163); }

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

background-color css

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

 a { background-color: rgb(169,28,163); }

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

border-color css

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

 span { border-color: rgb(169,28,163); }

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