Html Css Color HEX #A0277D Dark Purple

📋 copy color: '#A0277D'

red 160 ◦ green 39 ◦ blue 125

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

Shades of Dark Purple #A0277D

Tints of Dark Purple #A0277D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.58%

R = 49.38%
G = 12.04%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0277D (or 0xA0277D) is known color: Dark Purple. HEX triplet: A0, 27 and 7D. RGB value is (160,39,125). Sum of RGB (Red+Green+Blue) = 160+39+125=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0277D is #5FD882. Grayscale: #545454. Windows color (decimal): -6281347 or 8202144. OLE color: 8202144.

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

Color convert

RGB 160 39 125 -
CMYK 0 0.76 0.22 0.37
HSL 317.36º 0.61% 0.39% -
HSV(B) 317.36º 0.76% 0.63% -
XYZ 18.92 10.41 20.41 -
YUV 84.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 160 39 125 0 0.76 0.22 0.37 317.36 0.61 0.39
Hex A0 27 7D 0 4C 16 25 13D 3D 27
Octal 240 47 175 0 114 26 45 475 75 47
Binary 10100000 100111 1111101 0 1001100 10110 100101 100111101 111101 100111

Color Harmonies of #A0277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0277D

Black with #A0277D

Text Example


Text Example

White with #A0277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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