Html Css Color HEX #A01B8E Dark Purple

📋 copy color: '#A01B8E'

red 160 ◦ green 27 ◦ blue 142

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

Shades of Dark Purple #A01B8E

Tints of Dark Purple #A01B8E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.21%

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 48.63%
G = 8.21%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A01B8E (or 0xA01B8E) is known color: Dark Purple. HEX triplet: A0, 1B and 8E. RGB value is (160,27,142). Sum of RGB (Red+Green+Blue) = 160+27+142=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01B8E is #5FE471. Grayscale: #4F4F4F. Windows color (decimal): -6284402 or 9313184. OLE color: 9313184.

HSL color Cylindrical-coordinate representation of color #A01B8E: hue angle of 308.12º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01B8E is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 27 142 -
CMYK 0 0.83 0.11 0.37
HSL 308.12º 0.71% 0.37% -
HSV(B) 308.12º 0.83% 0.63% -
XYZ 19.77 10.21 26.52 -
YUV 79.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 160 27 142 0 0.83 0.11 0.37 308.12 0.71 0.37
Hex A0 1B 8E 0 53 B 25 134 47 25
Octal 240 33 216 0 123 13 45 464 107 45
Binary 10100000 11011 10001110 0 1010011 1011 100101 100110100 1000111 100101

Color Harmonies of #A01B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01B8E

Black with #A01B8E

Text Example


Text Example

White with #A01B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01B8E; }

 p { color: rgb(160,27,142); }

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

background-color css

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

 a { background-color: rgb(160,27,142); }

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

border-color css

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

 span { border-color: rgb(160,27,142); }

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