Html Css Color HEX #A0177D Dark Purple

📋 copy color: '#A0177D'

red 160 ◦ green 23 ◦ blue 125

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

Shades of Dark Purple #A0177D

Tints of Dark Purple #A0177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

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

R = 51.95%
G = 7.47%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0177D (or 0xA0177D) is known color: Dark Purple. HEX triplet: A0, 17 and 7D. RGB value is (160,23,125). Sum of RGB (Red+Green+Blue) = 160+23+125=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0177D is #5FE882. Grayscale: #4B4B4B. Windows color (decimal): -6285443 or 8198048. OLE color: 8198048.

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

Color convert

RGB 160 23 125 -
CMYK 0 0.86 0.22 0.37
HSL 315.33º 0.75% 0.36% -
HSV(B) 315.33º 0.86% 0.63% -
XYZ 18.51 9.57 20.27 -
YUV 75.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 160 23 125 0 0.86 0.22 0.37 315.33 0.75 0.36
Hex A0 17 7D 0 56 16 25 13B 4B 24
Octal 240 27 175 0 126 26 45 473 113 44
Binary 10100000 10111 1111101 0 1010110 10110 100101 100111011 1001011 100100

Color Harmonies of #A0177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0177D

Black with #A0177D

Text Example


Text Example

White with #A0177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0177D; }

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

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

background-color css

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

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

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

border-color css

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

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

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