Html Css Color HEX #A1107F Dark Purple

📋 copy color: '#A1107F'

red 161 ◦ green 16 ◦ blue 127

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

Shades of Dark Purple #A1107F

Tints of Dark Purple #A1107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.26%

 BLUE value IS 127 (50% from 255) = 41.78%

R = 52.96%
G = 5.26%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1107F (or 0xA1107F) is known color: Dark Purple. HEX triplet: A1, 10 and 7F. RGB value is (161,16,127). Sum of RGB (Red+Green+Blue) = 161+16+127=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1107F is #5EEF80. Grayscale: #474747. Windows color (decimal): -6221697 or 8327329. OLE color: 8327329.

HSL color Cylindrical-coordinate representation of color #A1107F: hue angle of 314.07º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1107F is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 127 -
CMYK 0 0.90 0.21 0.37
HSL 314.07º 0.82% 0.35% -
HSV(B) 314.07º 0.9% 0.63% -
XYZ 18.71 9.48 20.92 -
YUV 72.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 161 16 127 0 0.90 0.21 0.37 314.07 0.82 0.35
Hex A1 10 7F 0 5A 15 25 13A 52 23
Octal 241 20 177 0 132 25 45 472 122 43
Binary 10100001 10000 1111111 0 1011010 10101 100101 100111010 1010010 100011

Color Harmonies of #A1107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1107F

Black with #A1107F

Text Example


Text Example

White with #A1107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1107F; }

 p { color: rgb(161,16,127); }

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

background-color css

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

 a { background-color: rgb(161,16,127); }

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

border-color css

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

 span { border-color: rgb(161,16,127); }

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