Html Css Color HEX #A0117F Dark Purple

📋 copy color: '#A0117F'

red 160 ◦ green 17 ◦ blue 127

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

Shades of Dark Purple #A0117F

Tints of Dark Purple #A0117F

RGB

 RED value IS 160 (62.89% from 255) = 52.63%

 GREEN value IS 17 (7.03% from 255) = 5.59%

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

R = 52.63%
G = 5.59%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0117F (or 0xA0117F) is known color: Dark Purple. HEX triplet: A0, 11 and 7F. RGB value is (160,17,127). Sum of RGB (Red+Green+Blue) = 160+17+127=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0117F is #5FEE80. Grayscale: #484848. Windows color (decimal): -6286977 or 8327584. OLE color: 8327584.

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

Color convert

RGB 160 17 127 -
CMYK 0 0.89 0.21 0.37
HSL 313.85º 0.81% 0.35% -
HSV(B) 313.85º 0.89% 0.63% -
XYZ 18.53 9.41 20.92 -
YUV 72.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 160 17 127 0 0.89 0.21 0.37 313.85 0.81 0.35
Hex A0 11 7F 0 59 15 25 13A 51 23
Octal 240 21 177 0 131 25 45 472 121 43
Binary 10100000 10001 1111111 0 1011001 10101 100101 100111010 1010001 100011

Color Harmonies of #A0117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0117F

Black with #A0117F

Text Example


Text Example

White with #A0117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0117F; }

 p { color: rgb(160,17,127); }

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

background-color css

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

 a { background-color: rgb(160,17,127); }

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

border-color css

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

 span { border-color: rgb(160,17,127); }

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