Html Css Color HEX #A0187A Dark Purple

📋 copy color: '#A0187A'

red 160 ◦ green 24 ◦ blue 122

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

Shades of Dark Purple #A0187A

Tints of Dark Purple #A0187A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 52.29%
G = 7.84%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0187A (or 0xA0187A) is known color: Dark Purple. HEX triplet: A0, 18 and 7A. RGB value is (160,24,122). Sum of RGB (Red+Green+Blue) = 160+24+122=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0187A is #5FE785. Grayscale: #4B4B4B. Windows color (decimal): -6285190 or 8001696. OLE color: 8001696.

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

Color convert

RGB 160 24 122 -
CMYK 0 0.85 0.24 0.37
HSL 316.76º 0.74% 0.36% -
HSV(B) 316.76º 0.85% 0.63% -
XYZ 18.34 9.53 19.29 -
YUV 75.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 160 24 122 0 0.85 0.24 0.37 316.76 0.74 0.36
Hex A0 18 7A 0 55 18 25 13D 4A 24
Octal 240 30 172 0 125 30 45 475 112 44
Binary 10100000 11000 1111010 0 1010101 11000 100101 100111101 1001010 100100

Color Harmonies of #A0187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0187A

Black with #A0187A

Text Example


Text Example

White with #A0187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0187A; }

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

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

background-color css

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

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

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

border-color css

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

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

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