Html Css Color HEX #A0147F Dark Purple

📋 copy color: '#A0147F'

red 160 ◦ green 20 ◦ blue 127

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

Shades of Dark Purple #A0147F

Tints of Dark Purple #A0147F

RGB

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

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

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

R = 52.12%
G = 6.51%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0147F (or 0xA0147F) is known color: Dark Purple. HEX triplet: A0, 14 and 7F. RGB value is (160,20,127). Sum of RGB (Red+Green+Blue) = 160+20+127=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0147F is #5FEB80. Grayscale: #494949. Windows color (decimal): -6286209 or 8328352. OLE color: 8328352.

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

Color convert

RGB 160 20 127 -
CMYK 0 0.88 0.21 0.37
HSL 314.14º 0.78% 0.35% -
HSV(B) 314.14º 0.88% 0.63% -
XYZ 18.58 9.51 20.93 -
YUV 74.06 157.88 189.3 -
System Red Green Blue C M Y K H S L
Decimal 160 20 127 0 0.88 0.21 0.37 314.14 0.78 0.35
Hex A0 14 7F 0 58 15 25 13A 4E 23
Octal 240 24 177 0 130 25 45 472 116 43
Binary 10100000 10100 1111111 0 1011000 10101 100101 100111010 1001110 100011

Color Harmonies of #A0147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0147F

Black with #A0147F

Text Example


Text Example

White with #A0147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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