Html Css Color HEX #A0147A Dark Purple

📋 copy color: '#A0147A'

red 160 ◦ green 20 ◦ blue 122

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

Shades of Dark Purple #A0147A

Tints of Dark Purple #A0147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 52.98%
G = 6.62%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0147A (or 0xA0147A) is known color: Dark Purple. HEX triplet: A0, 14 and 7A. RGB value is (160,20,122). Sum of RGB (Red+Green+Blue) = 160+20+122=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0147A is #5FEB85. Grayscale: #494949. Windows color (decimal): -6286214 or 8000672. OLE color: 8000672.

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

Color convert

RGB 160 20 122 -
CMYK 0 0.88 0.24 0.37
HSL 316.29º 0.78% 0.35% -
HSV(B) 316.29º 0.88% 0.63% -
XYZ 18.26 9.38 19.26 -
YUV 73.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 160 20 122 0 0.88 0.24 0.37 316.29 0.78 0.35
Hex A0 14 7A 0 58 18 25 13C 4E 23
Octal 240 24 172 0 130 30 45 474 116 43
Binary 10100000 10100 1111010 0 1011000 11000 100101 100111100 1001110 100011

Color Harmonies of #A0147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0147A

Black with #A0147A

Text Example


Text Example

White with #A0147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0147A; }

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

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

background-color css

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

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

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

border-color css

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

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

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