Html Css Color HEX #A0237C Dark Purple

📋 copy color: '#A0237C'

red 160 ◦ green 35 ◦ blue 124

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

Shades of Dark Purple #A0237C

Tints of Dark Purple #A0237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.97%

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

R = 50.16%
G = 10.97%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0237C (or 0xA0237C) is known color: Dark Purple. HEX triplet: A0, 23 and 7C. RGB value is (160,35,124). Sum of RGB (Red+Green+Blue) = 160+35+124=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0237C is #5FDC83. Grayscale: #525252. Windows color (decimal): -6282372 or 8135584. OLE color: 8135584.

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

Color convert

RGB 160 35 124 -
CMYK 0 0.78 0.22 0.37
HSL 317.28º 0.64% 0.38% -
HSV(B) 317.28º 0.78% 0.63% -
XYZ 18.74 10.13 20.04 -
YUV 82.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 160 35 124 0 0.78 0.22 0.37 317.28 0.64 0.38
Hex A0 23 7C 0 4E 16 25 13D 40 26
Octal 240 43 174 0 116 26 45 475 100 46
Binary 10100000 100011 1111100 0 1001110 10110 100101 100111101 1000000 100110

Color Harmonies of #A0237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0237C

Black with #A0237C

Text Example


Text Example

White with #A0237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0237C; }

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

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

background-color css

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

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

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

border-color css

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

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

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