Html Css Color HEX #A01B90 Dark Purple

📋 copy color: '#A01B90'

red 160 ◦ green 27 ◦ blue 144

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

Shades of Dark Purple #A01B90

Tints of Dark Purple #A01B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 48.34%
G = 8.16%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A01B90 (or 0xA01B90) is known color: Dark Purple. HEX triplet: A0, 1B and 90. RGB value is (160,27,144). Sum of RGB (Red+Green+Blue) = 160+27+144=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01B90 is #5FE46F. Grayscale: #4F4F4F. Windows color (decimal): -6284400 or 9444256. OLE color: 9444256.

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

Color convert

RGB 160 27 144 -
CMYK 0 0.83 0.1 0.37
HSL 307.22º 0.71% 0.37% -
HSV(B) 307.22º 0.83% 0.63% -
XYZ 19.92 10.27 27.32 -
YUV 80.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 160 27 144 0 0.83 0.1 0.37 307.22 0.71 0.37
Hex A0 1B 90 0 53 A 25 133 47 25
Octal 240 33 220 0 123 12 45 463 107 45
Binary 10100000 11011 10010000 0 1010011 1010 100101 100110011 1000111 100101

Color Harmonies of #A01B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01B90

Black with #A01B90

Text Example


Text Example

White with #A01B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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