Html Css Color HEX #A0187C Dark Purple

📋 copy color: '#A0187C'

red 160 ◦ green 24 ◦ blue 124

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

Shades of Dark Purple #A0187C

Tints of Dark Purple #A0187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 51.95%
G = 7.79%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0187C (or 0xA0187C) is known color: Dark Purple. HEX triplet: A0, 18 and 7C. RGB value is (160,24,124). Sum of RGB (Red+Green+Blue) = 160+24+124=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0187C is #5FE783. Grayscale: #4B4B4B. Windows color (decimal): -6285188 or 8132768. OLE color: 8132768.

HSL color Cylindrical-coordinate representation of color #A0187C: hue angle of 315.88º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0187C is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 24 124 -
CMYK 0 0.85 0.22 0.37
HSL 315.88º 0.74% 0.36% -
HSV(B) 315.88º 0.85% 0.63% -
XYZ 18.46 9.58 19.95 -
YUV 76.06 155.06 187.87 -
System Red Green Blue C M Y K H S L
Decimal 160 24 124 0 0.85 0.22 0.37 315.88 0.74 0.36
Hex A0 18 7C 0 55 16 25 13C 4A 24
Octal 240 30 174 0 125 26 45 474 112 44
Binary 10100000 11000 1111100 0 1010101 10110 100101 100111100 1001010 100100

Color Harmonies of #A0187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0187C

Black with #A0187C

Text Example


Text Example

White with #A0187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0187C; }

 p { color: rgb(160,24,124); }

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

background-color css

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

 a { background-color: rgb(160,24,124); }

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

border-color css

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

 span { border-color: rgb(160,24,124); }

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