Html Css Color HEX #A814AB Dark Magenta

📋 copy color: '#A814AB'

red 168 ◦ green 20 ◦ blue 171

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

Shades of Dark Magenta #A814AB

Tints of Dark Magenta #A814AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 46.8%
G = 5.57%
B = 47.63%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A814AB (or 0xA814AB) is known color: Dark Magenta. HEX triplet: A8, 14 and AB. RGB value is (168,20,171). Sum of RGB (Red+Green+Blue) = 168+20+171=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #A814AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A814AB is #57EB54. Grayscale: #515151. Windows color (decimal): -5761877 or 11211944. OLE color: 11211944.

HSL color Cylindrical-coordinate representation of color #A814AB: hue angle of 298.81º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A814AB is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 20 171 -
CMYK 0.02 0.88 0 0.33
HSL 298.81º 0.79% 0.37% -
HSV(B) 298.81º 0.88% 0.67% -
XYZ 23.75 11.77 39.55 -
YUV 81.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 168 20 171 0.02 0.88 0 0.33 298.81 0.79 0.37
Hex A8 14 AB 2 58 0 21 12B 4F 25
Octal 250 24 253 2 130 0 41 453 117 45
Binary 10101000 10100 10101011 10 1011000 0 100001 100101011 1001111 100101

Color Harmonies of #A814AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814AB

Black with #A814AB

Text Example


Text Example

White with #A814AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814AB; }

 p { color: rgb(168,20,171); }

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

background-color css

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

 a { background-color: rgb(168,20,171); }

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

border-color css

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

 span { border-color: rgb(168,20,171); }

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