Html Css Color HEX #A0187B Dark Purple

📋 copy color: '#A0187B'

red 160 ◦ green 24 ◦ blue 123

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

Shades of Dark Purple #A0187B

Tints of Dark Purple #A0187B

RGB

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

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

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

R = 52.12%
G = 7.82%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0187B (or 0xA0187B) is known color: Dark Purple. HEX triplet: A0, 18 and 7B. RGB value is (160,24,123). Sum of RGB (Red+Green+Blue) = 160+24+123=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0187B is #5FE784. Grayscale: #4B4B4B. Windows color (decimal): -6285189 or 8067232. OLE color: 8067232.

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

Color convert

RGB 160 24 123 -
CMYK 0 0.85 0.23 0.37
HSL 316.32º 0.74% 0.36% -
HSV(B) 316.32º 0.85% 0.63% -
XYZ 18.4 9.56 19.61 -
YUV 75.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 160 24 123 0 0.85 0.23 0.37 316.32 0.74 0.36
Hex A0 18 7B 0 55 17 25 13C 4A 24
Octal 240 30 173 0 125 27 45 474 112 44
Binary 10100000 11000 1111011 0 1010101 10111 100101 100111100 1001010 100100

Color Harmonies of #A0187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0187B

Black with #A0187B

Text Example


Text Example

White with #A0187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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