Html Css Color HEX #A10FAB Dark Magenta

📋 copy color: '#A10FAB'

red 161 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #A10FAB

Tints of Dark Magenta #A10FAB

RGB

 RED value IS 161 (63.28% from 255) = 46.4%

 GREEN value IS 15 (6.25% from 255) = 4.32%

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

R = 46.4%
G = 4.32%
B = 49.28%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A10FAB (or 0xA10FAB) is known color: Dark Magenta. HEX triplet: A1, 0F and AB. RGB value is (161,15,171). Sum of RGB (Red+Green+Blue) = 161+15+171=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #A10FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10FAB is #5EF054. Grayscale: #4B4B4B. Windows color (decimal): -6221909 or 11210657. OLE color: 11210657.

HSL color Cylindrical-coordinate representation of color #A10FAB: hue angle of 296.15º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10FAB is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 15 171 -
CMYK 0.06 0.91 0 0.33
HSL 296.15º 0.84% 0.36% -
HSV(B) 296.15º 0.91% 0.67% -
XYZ 22.22 10.86 39.45 -
YUV 76.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 161 15 171 0.06 0.91 0 0.33 296.15 0.84 0.36
Hex A1 F AB 6 5B 0 21 128 54 24
Octal 241 17 253 6 133 0 41 450 124 44
Binary 10100001 1111 10101011 110 1011011 0 100001 100101000 1010100 100100

Color Harmonies of #A10FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10FAB

Black with #A10FAB

Text Example


Text Example

White with #A10FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10FAB; }

 p { color: rgb(161,15,171); }

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

background-color css

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

 a { background-color: rgb(161,15,171); }

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

border-color css

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

 span { border-color: rgb(161,15,171); }

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