Html Css Color HEX #A0248B Dark Purple

📋 copy color: '#A0248B'

red 160 ◦ green 36 ◦ blue 139

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

Shades of Dark Purple #A0248B

Tints of Dark Purple #A0248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 47.76%
G = 10.75%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0248B (or 0xA0248B) is known color: Dark Purple. HEX triplet: A0, 24 and 8B. RGB value is (160,36,139). Sum of RGB (Red+Green+Blue) = 160+36+139=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0248B is #5FDB74. Grayscale: #545454. Windows color (decimal): -6282101 or 9118880. OLE color: 9118880.

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

Color convert

RGB 160 36 139 -
CMYK 0 0.78 0.13 0.37
HSL 310.16º 0.63% 0.38% -
HSV(B) 310.16º 0.78% 0.63% -
XYZ 19.79 10.6 25.43 -
YUV 84.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 160 36 139 0 0.78 0.13 0.37 310.16 0.63 0.38
Hex A0 24 8B 0 4E D 25 136 3F 26
Octal 240 44 213 0 116 15 45 466 77 46
Binary 10100000 100100 10001011 0 1001110 1101 100101 100110110 111111 100110

Color Harmonies of #A0248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0248B

Black with #A0248B

Text Example


Text Example

White with #A0248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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