Html Css Color HEX #A81CA4 Dark Magenta

📋 copy color: '#A81CA4'

red 168 ◦ green 28 ◦ blue 164

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

Shades of Dark Magenta #A81CA4

Tints of Dark Magenta #A81CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 46.67%
G = 7.78%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A81CA4 (or 0xA81CA4) is known color: Dark Magenta. HEX triplet: A8, 1C and A4. RGB value is (168,28,164). Sum of RGB (Red+Green+Blue) = 168+28+164=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A81CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81CA4 is #57E35B. Grayscale: #545454. Windows color (decimal): -5759836 or 10755240. OLE color: 10755240.

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

Color convert

RGB 168 28 164 -
CMYK 0 0.83 0.02 0.34
HSL 301.71º 0.71% 0.38% -
HSV(B) 301.71º 0.83% 0.66% -
XYZ 23.26 11.84 36.18 -
YUV 85.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 168 28 164 0 0.83 0.02 0.34 301.71 0.71 0.38
Hex A8 1C A4 0 53 2 22 12E 47 26
Octal 250 34 244 0 123 2 42 456 107 46
Binary 10101000 11100 10100100 0 1010011 10 100010 100101110 1000111 100110

Color Harmonies of #A81CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81CA4

Black with #A81CA4

Text Example


Text Example

White with #A81CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81CA4; }

 p { color: rgb(168,28,164); }

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

background-color css

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

 a { background-color: rgb(168,28,164); }

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

border-color css

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

 span { border-color: rgb(168,28,164); }

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