Html Css Color HEX #A01A8D Dark Purple

📋 copy color: '#A01A8D'

red 160 ◦ green 26 ◦ blue 141

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

Shades of Dark Purple #A01A8D

Tints of Dark Purple #A01A8D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.95%

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 48.93%
G = 7.95%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A01A8D (or 0xA01A8D) is known color: Dark Purple. HEX triplet: A0, 1A and 8D. RGB value is (160,26,141). Sum of RGB (Red+Green+Blue) = 160+26+141=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01A8D is #5FE572. Grayscale: #4E4E4E. Windows color (decimal): -6284659 or 9247392. OLE color: 9247392.

HSL color Cylindrical-coordinate representation of color #A01A8D: hue angle of 308.51º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01A8D is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 26 141 -
CMYK 0 0.84 0.12 0.37
HSL 308.51º 0.72% 0.36% -
HSV(B) 308.51º 0.84% 0.63% -
XYZ 19.67 10.14 26.12 -
YUV 79.18 162.89 185.65 -
System Red Green Blue C M Y K H S L
Decimal 160 26 141 0 0.84 0.12 0.37 308.51 0.72 0.36
Hex A0 1A 8D 0 54 C 25 135 48 24
Octal 240 32 215 0 124 14 45 465 110 44
Binary 10100000 11010 10001101 0 1010100 1100 100101 100110101 1001000 100100

Color Harmonies of #A01A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01A8D

Black with #A01A8D

Text Example


Text Example

White with #A01A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01A8D; }

 p { color: rgb(160,26,141); }

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

background-color css

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

 a { background-color: rgb(160,26,141); }

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

border-color css

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

 span { border-color: rgb(160,26,141); }

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