Html Css Color HEX #A01B76 Dark Purple

📋 copy color: '#A01B76'

red 160 ◦ green 27 ◦ blue 118

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

Shades of Dark Purple #A01B76

Tints of Dark Purple #A01B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 52.46%
G = 8.85%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A01B76 (or 0xA01B76) is known color: Dark Purple. HEX triplet: A0, 1B and 76. RGB value is (160,27,118). Sum of RGB (Red+Green+Blue) = 160+27+118=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01B76 is #5FE489. Grayscale: #4C4C4C. Windows color (decimal): -6284426 or 7740320. OLE color: 7740320.

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

Color convert

RGB 160 27 118 -
CMYK 0 0.83 0.26 0.37
HSL 318.95º 0.71% 0.37% -
HSV(B) 318.95º 0.83% 0.63% -
XYZ 18.16 9.57 18.03 -
YUV 77.14 151.06 187.1 -
System Red Green Blue C M Y K H S L
Decimal 160 27 118 0 0.83 0.26 0.37 318.95 0.71 0.37
Hex A0 1B 76 0 53 1A 25 13F 47 25
Octal 240 33 166 0 123 32 45 477 107 45
Binary 10100000 11011 1110110 0 1010011 11010 100101 100111111 1000111 100101

Color Harmonies of #A01B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01B76

Black with #A01B76

Text Example


Text Example

White with #A01B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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