Html Css Color HEX #A0247E Dark Purple

📋 copy color: '#A0247E'

red 160 ◦ green 36 ◦ blue 126

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

Shades of Dark Purple #A0247E

Tints of Dark Purple #A0247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.13%

R = 49.69%
G = 11.18%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0247E (or 0xA0247E) is known color: Dark Purple. HEX triplet: A0, 24 and 7E. RGB value is (160,36,126). Sum of RGB (Red+Green+Blue) = 160+36+126=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0247E is #5FDB81. Grayscale: #535353. Windows color (decimal): -6282114 or 8266912. OLE color: 8266912.

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

Color convert

RGB 160 36 126 -
CMYK 0 0.78 0.21 0.37
HSL 316.45º 0.63% 0.38% -
HSV(B) 316.45º 0.78% 0.63% -
XYZ 18.89 10.24 20.72 -
YUV 83.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 160 36 126 0 0.78 0.21 0.37 316.45 0.63 0.38
Hex A0 24 7E 0 4E 15 25 13C 3F 26
Octal 240 44 176 0 116 25 45 474 77 46
Binary 10100000 100100 1111110 0 1001110 10101 100101 100111100 111111 100110

Color Harmonies of #A0247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0247E

Black with #A0247E

Text Example


Text Example

White with #A0247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0247E; }

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

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

background-color css

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

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

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

border-color css

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

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

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