Html Css Color HEX #A0107F Dark Purple

📋 copy color: '#A0107F'

red 160 ◦ green 16 ◦ blue 127

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

Shades of Dark Purple #A0107F

Tints of Dark Purple #A0107F

RGB

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

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

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

R = 52.81%
G = 5.28%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0107F (or 0xA0107F) is known color: Dark Purple. HEX triplet: A0, 10 and 7F. RGB value is (160,16,127). Sum of RGB (Red+Green+Blue) = 160+16+127=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0107F is #5FEF80. Grayscale: #474747. Windows color (decimal): -6287233 or 8327328. OLE color: 8327328.

HSL color Cylindrical-coordinate representation of color #A0107F: hue angle of 313.75º 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 #A0107F is Cyan = 0, Magento = 0.9, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 16 127 -
CMYK 0 0.9 0.21 0.37
HSL 313.75º 0.82% 0.35% -
HSV(B) 313.75º 0.9% 0.63% -
XYZ 18.51 9.38 20.91 -
YUV 71.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 160 16 127 0 0.9 0.21 0.37 313.75 0.82 0.35
Hex A0 10 7F 0 5A 15 25 13A 52 23
Octal 240 20 177 0 132 25 45 472 122 43
Binary 10100000 10000 1111111 0 1011010 10101 100101 100111010 1010010 100011

Color Harmonies of #A0107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0107F

Black with #A0107F

Text Example


Text Example

White with #A0107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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