Html Css Color HEX #A02C8E Dark Purple

📋 copy color: '#A02C8E'

red 160 ◦ green 44 ◦ blue 142

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

Shades of Dark Purple #A02C8E

Tints of Dark Purple #A02C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.72%

 BLUE value IS 142 (55.86% from 255) = 41.04%

R = 46.24%
G = 12.72%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A02C8E (or 0xA02C8E) is known color: Dark Purple. HEX triplet: A0, 2C and 8E. RGB value is (160,44,142). Sum of RGB (Red+Green+Blue) = 160+44+142=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C8E is #5FD371. Grayscale: #595959. Windows color (decimal): -6280050 or 9317536. OLE color: 9317536.

HSL color Cylindrical-coordinate representation of color #A02C8E: hue angle of 309.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02C8E is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 44 142 -
CMYK 0 0.72 0.11 0.37
HSL 309.31º 0.57% 0.4% -
HSV(B) 309.31º 0.73% 0.63% -
XYZ 20.28 11.23 26.69 -
YUV 89.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 160 44 142 0 0.72 0.11 0.37 309.31 0.57 0.4
Hex A0 2C 8E 0 48 B 25 135 39 28
Octal 240 54 216 0 110 13 45 465 71 50
Binary 10100000 101100 10001110 0 1001000 1011 100101 100110101 111001 101000

Color Harmonies of #A02C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C8E

Black with #A02C8E

Text Example


Text Example

White with #A02C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C8E; }

 p { color: rgb(160,44,142); }

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

background-color css

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

 a { background-color: rgb(160,44,142); }

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

border-color css

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

 span { border-color: rgb(160,44,142); }

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