Html Css Color HEX #A0248A Dark Purple

📋 copy color: '#A0248A'

red 160 ◦ green 36 ◦ blue 138

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

Shades of Dark Purple #A0248A

Tints of Dark Purple #A0248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 47.9%
G = 10.78%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0248A (or 0xA0248A) is known color: Dark Purple. HEX triplet: A0, 24 and 8A. RGB value is (160,36,138). Sum of RGB (Red+Green+Blue) = 160+36+138=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0248A is #5FDB75. Grayscale: #545454. Windows color (decimal): -6282102 or 9053344. OLE color: 9053344.

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

Color convert

RGB 160 36 138 -
CMYK 0 0.78 0.14 0.37
HSL 310.65º 0.63% 0.38% -
HSV(B) 310.65º 0.78% 0.63% -
XYZ 19.72 10.57 25.05 -
YUV 84.7 158.08 181.71 -
System Red Green Blue C M Y K H S L
Decimal 160 36 138 0 0.78 0.14 0.37 310.65 0.63 0.38
Hex A0 24 8A 0 4E E 25 137 3F 26
Octal 240 44 212 0 116 16 45 467 77 46
Binary 10100000 100100 10001010 0 1001110 1110 100101 100110111 111111 100110

Color Harmonies of #A0248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0248A

Black with #A0248A

Text Example


Text Example

White with #A0248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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