Html Css Color HEX #A01A8F Dark Purple

📋 copy color: '#A01A8F'

red 160 ◦ green 26 ◦ blue 143

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

Shades of Dark Purple #A01A8F

Tints of Dark Purple #A01A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 48.63%
G = 7.9%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A01A8F (or 0xA01A8F) is known color: Dark Purple. HEX triplet: A0, 1A and 8F. RGB value is (160,26,143). Sum of RGB (Red+Green+Blue) = 160+26+143=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01A8F is #5FE570. Grayscale: #4F4F4F. Windows color (decimal): -6284657 or 9378464. OLE color: 9378464.

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

Color convert

RGB 160 26 143 -
CMYK 0 0.84 0.11 0.37
HSL 307.61º 0.72% 0.36% -
HSV(B) 307.61º 0.84% 0.63% -
XYZ 19.82 10.2 26.91 -
YUV 79.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 160 26 143 0 0.84 0.11 0.37 307.61 0.72 0.36
Hex A0 1A 8F 0 54 B 25 134 48 24
Octal 240 32 217 0 124 13 45 464 110 44
Binary 10100000 11010 10001111 0 1010100 1011 100101 100110100 1001000 100100

Color Harmonies of #A01A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01A8F

Black with #A01A8F

Text Example


Text Example

White with #A01A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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