Html Css Color HEX #A0247F Dark Purple

📋 copy color: '#A0247F'

red 160 ◦ green 36 ◦ blue 127

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

Shades of Dark Purple #A0247F

Tints of Dark Purple #A0247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.32%

R = 49.54%
G = 11.15%
B = 39.32%

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

#A0247F (or 0xA0247F) is known color: Dark Purple. HEX triplet: A0, 24 and 7F. RGB value is (160,36,127). Sum of RGB (Red+Green+Blue) = 160+36+127=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0247F is #5FDB80. Grayscale: #535353. Windows color (decimal): -6282113 or 8332448. OLE color: 8332448.

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

Color convert

RGB 160 36 127 -
CMYK 0 0.78 0.21 0.37
HSL 315.97º 0.63% 0.38% -
HSV(B) 315.97º 0.78% 0.63% -
XYZ 18.96 10.27 21.06 -
YUV 83.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 160 36 127 0 0.78 0.21 0.37 315.97 0.63 0.38
Hex A0 24 7F 0 4E 15 25 13C 3F 26
Octal 240 44 177 0 116 25 45 474 77 46
Binary 10100000 100100 1111111 0 1001110 10101 100101 100111100 111111 100110

Color Harmonies of #A0247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0247F

Black with #A0247F

Text Example


Text Example

White with #A0247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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