Html Css Color HEX #A0277F Dark Purple

📋 copy color: '#A0277F'

red 160 ◦ green 39 ◦ blue 127

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

Shades of Dark Purple #A0277F

Tints of Dark Purple #A0277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.96%

R = 49.08%
G = 11.96%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0277F (or 0xA0277F) is known color: Dark Purple. HEX triplet: A0, 27 and 7F. RGB value is (160,39,127). Sum of RGB (Red+Green+Blue) = 160+39+127=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0277F is #5FD880. Grayscale: #545454. Windows color (decimal): -6281345 or 8333216. OLE color: 8333216.

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

Color convert

RGB 160 39 127 -
CMYK 0 0.76 0.21 0.37
HSL 316.36º 0.61% 0.39% -
HSV(B) 316.36º 0.76% 0.63% -
XYZ 19.05 10.46 21.09 -
YUV 85.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 160 39 127 0 0.76 0.21 0.37 316.36 0.61 0.39
Hex A0 27 7F 0 4C 15 25 13C 3D 27
Octal 240 47 177 0 114 25 45 474 75 47
Binary 10100000 100111 1111111 0 1001100 10101 100101 100111100 111101 100111

Color Harmonies of #A0277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0277F

Black with #A0277F

Text Example


Text Example

White with #A0277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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