Html Css Color HEX #A0277A Dark Purple

📋 copy color: '#A0277A'

red 160 ◦ green 39 ◦ blue 122

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

Shades of Dark Purple #A0277A

Tints of Dark Purple #A0277A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.01%

R = 49.84%
G = 12.15%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0277A (or 0xA0277A) is known color: Dark Purple. HEX triplet: A0, 27 and 7A. RGB value is (160,39,122). Sum of RGB (Red+Green+Blue) = 160+39+122=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0277A is #5FD885. Grayscale: #545454. Windows color (decimal): -6281350 or 8005536. OLE color: 8005536.

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

Color convert

RGB 160 39 122 -
CMYK 0 0.76 0.24 0.37
HSL 318.84º 0.61% 0.39% -
HSV(B) 318.84º 0.76% 0.63% -
XYZ 18.74 10.33 19.42 -
YUV 84.64 149.09 181.75 -
System Red Green Blue C M Y K H S L
Decimal 160 39 122 0 0.76 0.24 0.37 318.84 0.61 0.39
Hex A0 27 7A 0 4C 18 25 13F 3D 27
Octal 240 47 172 0 114 30 45 477 75 47
Binary 10100000 100111 1111010 0 1001100 11000 100101 100111111 111101 100111

Color Harmonies of #A0277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0277A

Black with #A0277A

Text Example


Text Example

White with #A0277A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0277A; }

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

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

background-color css

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

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

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

border-color css

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

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

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