Html Css Color HEX #A0177B Dark Purple

📋 copy color: '#A0177B'

red 160 ◦ green 23 ◦ blue 123

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

Shades of Dark Purple #A0177B

Tints of Dark Purple #A0177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 52.29%
G = 7.52%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0177B (or 0xA0177B) is known color: Dark Purple. HEX triplet: A0, 17 and 7B. RGB value is (160,23,123). Sum of RGB (Red+Green+Blue) = 160+23+123=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0177B is #5FE884. Grayscale: #4B4B4B. Windows color (decimal): -6285445 or 8066976. OLE color: 8066976.

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

Color convert

RGB 160 23 123 -
CMYK 0 0.86 0.23 0.37
HSL 316.2º 0.75% 0.36% -
HSV(B) 316.2º 0.86% 0.63% -
XYZ 18.38 9.52 19.61 -
YUV 75.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 160 23 123 0 0.86 0.23 0.37 316.2 0.75 0.36
Hex A0 17 7B 0 56 17 25 13C 4B 24
Octal 240 27 173 0 126 27 45 474 113 44
Binary 10100000 10111 1111011 0 1010110 10111 100101 100111100 1001011 100100

Color Harmonies of #A0177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0177B

Black with #A0177B

Text Example


Text Example

White with #A0177B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0177B; }

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

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

background-color css

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

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

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

border-color css

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

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

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