Html Css Color HEX #A0278D Dark Purple

📋 copy color: '#A0278D'

red 160 ◦ green 39 ◦ blue 141

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

Shades of Dark Purple #A0278D

Tints of Dark Purple #A0278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 47.06%
G = 11.47%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0278D (or 0xA0278D) is known color: Dark Purple. HEX triplet: A0, 27 and 8D. RGB value is (160,39,141). Sum of RGB (Red+Green+Blue) = 160+39+141=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0278D is #5FD872. Grayscale: #565656. Windows color (decimal): -6281331 or 9250720. OLE color: 9250720.

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

Color convert

RGB 160 39 141 -
CMYK 0 0.76 0.12 0.37
HSL 309.42º 0.61% 0.39% -
HSV(B) 309.42º 0.76% 0.63% -
XYZ 20.03 10.85 26.24 -
YUV 86.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 160 39 141 0 0.76 0.12 0.37 309.42 0.61 0.39
Hex A0 27 8D 0 4C C 25 135 3D 27
Octal 240 47 215 0 114 14 45 465 75 47
Binary 10100000 100111 10001101 0 1001100 1100 100101 100110101 111101 100111

Color Harmonies of #A0278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0278D

Black with #A0278D

Text Example


Text Example

White with #A0278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0278D; }

 p { color: rgb(160,39,141); }

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

background-color css

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

 a { background-color: rgb(160,39,141); }

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

border-color css

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

 span { border-color: rgb(160,39,141); }

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