Html Css Color HEX #A0257C Dark Purple

📋 copy color: '#A0257C'

red 160 ◦ green 37 ◦ blue 124

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

Shades of Dark Purple #A0257C

Tints of Dark Purple #A0257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.53%

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

R = 49.84%
G = 11.53%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0257C (or 0xA0257C) is known color: Dark Purple. HEX triplet: A0, 25 and 7C. RGB value is (160,37,124). Sum of RGB (Red+Green+Blue) = 160+37+124=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0257C is #5FDA83. Grayscale: #535353. Windows color (decimal): -6281860 or 8136096. OLE color: 8136096.

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

Color convert

RGB 160 37 124 -
CMYK 0 0.77 0.22 0.37
HSL 317.56º 0.62% 0.39% -
HSV(B) 317.56º 0.77% 0.63% -
XYZ 18.8 10.25 20.06 -
YUV 83.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 160 37 124 0 0.77 0.22 0.37 317.56 0.62 0.39
Hex A0 25 7C 0 4D 16 25 13E 3E 27
Octal 240 45 174 0 115 26 45 476 76 47
Binary 10100000 100101 1111100 0 1001101 10110 100101 100111110 111110 100111

Color Harmonies of #A0257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0257C

Black with #A0257C

Text Example


Text Example

White with #A0257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0257C; }

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

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

background-color css

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

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

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

border-color css

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

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

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