Html Css Color HEX #A02C92 Dark Purple

📋 copy color: '#A02C92'

red 160 ◦ green 44 ◦ blue 146

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

Shades of Dark Purple #A02C92

Tints of Dark Purple #A02C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 45.71%
G = 12.57%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A02C92 (or 0xA02C92) is known color: Dark Purple. HEX triplet: A0, 2C and 92. RGB value is (160,44,146). Sum of RGB (Red+Green+Blue) = 160+44+146=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C92 is #5FD36D. Grayscale: #5A5A5A. Windows color (decimal): -6280046 or 9579680. OLE color: 9579680.

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

Color convert

RGB 160 44 146 -
CMYK 0 0.72 0.09 0.37
HSL 307.24º 0.57% 0.4% -
HSV(B) 307.24º 0.73% 0.63% -
XYZ 20.59 11.35 28.3 -
YUV 90.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 160 44 146 0 0.72 0.09 0.37 307.24 0.57 0.4
Hex A0 2C 92 0 48 9 25 133 39 28
Octal 240 54 222 0 110 11 45 463 71 50
Binary 10100000 101100 10010010 0 1001000 1001 100101 100110011 111001 101000

Color Harmonies of #A02C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C92

Black with #A02C92

Text Example


Text Example

White with #A02C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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