Html Css Color HEX #A01084 Dark Purple

📋 copy color: '#A01084'

red 160 ◦ green 16 ◦ blue 132

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

Shades of Dark Purple #A01084

Tints of Dark Purple #A01084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.19%

 BLUE value IS 132 (51.95% from 255) = 42.86%

R = 51.95%
G = 5.19%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A01084 (or 0xA01084) is known color: Dark Purple. HEX triplet: A0, 10 and 84. RGB value is (160,16,132). Sum of RGB (Red+Green+Blue) = 160+16+132=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A01084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01084 is #5FEF7B. Grayscale: #474747. Windows color (decimal): -6287228 or 8655008. OLE color: 8655008.

HSL color Cylindrical-coordinate representation of color #A01084: hue angle of 311.67º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01084 is Cyan = 0, Magento = 0.9, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 16 132 -
CMYK 0 0.9 0.17 0.37
HSL 311.67º 0.82% 0.35% -
HSV(B) 311.67º 0.9% 0.63% -
XYZ 18.85 9.51 22.67 -
YUV 72.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 160 16 132 0 0.9 0.17 0.37 311.67 0.82 0.35
Hex A0 10 84 0 5A 11 25 138 52 23
Octal 240 20 204 0 132 21 45 470 122 43
Binary 10100000 10000 10000100 0 1011010 10001 100101 100111000 1010010 100011

Color Harmonies of #A01084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01084

Black with #A01084

Text Example


Text Example

White with #A01084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01084; }

 p { color: rgb(160,16,132); }

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

background-color css

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

 a { background-color: rgb(160,16,132); }

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

border-color css

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

 span { border-color: rgb(160,16,132); }

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