Html Css Color HEX #A0248D Dark Purple

📋 copy color: '#A0248D'

red 160 ◦ green 36 ◦ blue 141

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

Shades of Dark Purple #A0248D

Tints of Dark Purple #A0248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 47.48%
G = 10.68%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0248D (or 0xA0248D) is known color: Dark Purple. HEX triplet: A0, 24 and 8D. RGB value is (160,36,141). Sum of RGB (Red+Green+Blue) = 160+36+141=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0248D is #5FDB72. Grayscale: #545454. Windows color (decimal): -6282099 or 9249952. OLE color: 9249952.

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

Color convert

RGB 160 36 141 -
CMYK 0 0.78 0.12 0.37
HSL 309.19º 0.63% 0.38% -
HSV(B) 309.19º 0.78% 0.63% -
XYZ 19.94 10.66 26.21 -
YUV 85.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 160 36 141 0 0.78 0.12 0.37 309.19 0.63 0.38
Hex A0 24 8D 0 4E C 25 135 3F 26
Octal 240 44 215 0 116 14 45 465 77 46
Binary 10100000 100100 10001101 0 1001110 1100 100101 100110101 111111 100110

Color Harmonies of #A0248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0248D

Black with #A0248D

Text Example


Text Example

White with #A0248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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