Html Css Color HEX #A0247D Dark Purple

📋 copy color: '#A0247D'

red 160 ◦ green 36 ◦ blue 125

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

Shades of Dark Purple #A0247D

Tints of Dark Purple #A0247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

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

R = 49.84%
G = 11.21%
B = 38.94%

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

#A0247D (or 0xA0247D) is known color: Dark Purple. HEX triplet: A0, 24 and 7D. RGB value is (160,36,125). Sum of RGB (Red+Green+Blue) = 160+36+125=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0247D is #5FDB82. Grayscale: #525252. Windows color (decimal): -6282115 or 8201376. OLE color: 8201376.

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

Color convert

RGB 160 36 125 -
CMYK 0 0.78 0.22 0.37
HSL 316.94º 0.63% 0.38% -
HSV(B) 316.94º 0.78% 0.63% -
XYZ 18.83 10.22 20.38 -
YUV 83.22 151.58 182.76 -
System Red Green Blue C M Y K H S L
Decimal 160 36 125 0 0.78 0.22 0.37 316.94 0.63 0.38
Hex A0 24 7D 0 4E 16 25 13D 3F 26
Octal 240 44 175 0 116 26 45 475 77 46
Binary 10100000 100100 1111101 0 1001110 10110 100101 100111101 111111 100110

Color Harmonies of #A0247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0247D

Black with #A0247D

Text Example


Text Example

White with #A0247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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