Html Css Color HEX #A0247A Dark Purple

📋 copy color: '#A0247A'

red 160 ◦ green 36 ◦ blue 122

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

Shades of Dark Purple #A0247A

Tints of Dark Purple #A0247A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.36%

R = 50.31%
G = 11.32%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0247A (or 0xA0247A) is known color: Dark Purple. HEX triplet: A0, 24 and 7A. RGB value is (160,36,122). Sum of RGB (Red+Green+Blue) = 160+36+122=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0247A is #5FDB85. Grayscale: #525252. Windows color (decimal): -6282118 or 8004768. OLE color: 8004768.

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

Color convert

RGB 160 36 122 -
CMYK 0 0.78 0.24 0.37
HSL 318.39º 0.63% 0.38% -
HSV(B) 318.39º 0.78% 0.63% -
XYZ 18.64 10.14 19.39 -
YUV 82.88 150.08 183.01 -
System Red Green Blue C M Y K H S L
Decimal 160 36 122 0 0.78 0.24 0.37 318.39 0.63 0.38
Hex A0 24 7A 0 4E 18 25 13E 3F 26
Octal 240 44 172 0 116 30 45 476 77 46
Binary 10100000 100100 1111010 0 1001110 11000 100101 100111110 111111 100110

Color Harmonies of #A0247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0247A

Black with #A0247A

Text Example


Text Example

White with #A0247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0247A; }

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

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

background-color css

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

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

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

border-color css

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

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

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