Html Css Color HEX #A01682 Dark Purple

📋 copy color: '#A01682'

red 160 ◦ green 22 ◦ blue 130

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

Shades of Dark Purple #A01682

Tints of Dark Purple #A01682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.05%

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 51.28%
G = 7.05%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A01682 (or 0xA01682) is known color: Dark Purple. HEX triplet: A0, 16 and 82. RGB value is (160,22,130). Sum of RGB (Red+Green+Blue) = 160+22+130=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A01682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01682 is #5FE97D. Grayscale: #4B4B4B. Windows color (decimal): -6285694 or 8525472. OLE color: 8525472.

HSL color Cylindrical-coordinate representation of color #A01682: hue angle of 313.04º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01682 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 22 130 -
CMYK 0 0.86 0.19 0.37
HSL 313.04º 0.76% 0.36% -
HSV(B) 313.04º 0.86% 0.63% -
XYZ 18.81 9.66 21.99 -
YUV 75.57 158.72 188.22 -
System Red Green Blue C M Y K H S L
Decimal 160 22 130 0 0.86 0.19 0.37 313.04 0.76 0.36
Hex A0 16 82 0 56 13 25 139 4C 24
Octal 240 26 202 0 126 23 45 471 114 44
Binary 10100000 10110 10000010 0 1010110 10011 100101 100111001 1001100 100100

Color Harmonies of #A01682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01682

Black with #A01682

Text Example


Text Example

White with #A01682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01682; }

 p { color: rgb(160,22,130); }

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

background-color css

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

 a { background-color: rgb(160,22,130); }

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

border-color css

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

 span { border-color: rgb(160,22,130); }

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