Html Css Color HEX #A0187D Dark Purple

📋 copy color: '#A0187D'

red 160 ◦ green 24 ◦ blue 125

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

Shades of Dark Purple #A0187D

Tints of Dark Purple #A0187D

RGB

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

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

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

R = 51.78%
G = 7.77%
B = 40.45%

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

#A0187D (or 0xA0187D) is known color: Dark Purple. HEX triplet: A0, 18 and 7D. RGB value is (160,24,125). Sum of RGB (Red+Green+Blue) = 160+24+125=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0187D is #5FE782. Grayscale: #4B4B4B. Windows color (decimal): -6285187 or 8198304. OLE color: 8198304.

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

Color convert

RGB 160 24 125 -
CMYK 0 0.85 0.22 0.37
HSL 315.44º 0.74% 0.36% -
HSV(B) 315.44º 0.85% 0.63% -
XYZ 18.53 9.61 20.28 -
YUV 76.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 160 24 125 0 0.85 0.22 0.37 315.44 0.74 0.36
Hex A0 18 7D 0 55 16 25 13B 4A 24
Octal 240 30 175 0 125 26 45 473 112 44
Binary 10100000 11000 1111101 0 1010101 10110 100101 100111011 1001010 100100

Color Harmonies of #A0187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0187D

Black with #A0187D

Text Example


Text Example

White with #A0187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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