#A42092

Color #A42092 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A42092

Tints of Dark Purple #A42092

Color information

#A42092 (or 0xA42092) is unknown color: approx Dark Purple. HEX triplet: A4, 20 and 92. RGB value is (164,32,146). Sum of RGB (Red+Green+Blue) = 164+32+146=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A42092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42092 is #5BDF6D. Grayscale: #545454. Windows color (decimal): -6020974 or 9576612. OLE color: 9576612.

HSL color Cylindrical-coordinate representation of color #A42092: hue angle of 308.18º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42092 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB16432146-
CMYK00.800.110.36
HSL308.18º67.35%38.43%-
HSV(B)308.18º80.49%64.31%-
XYZ21.011128.21-
YUV84.46162.73184.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 32 (12.89% from 255) = 9.36%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=47.95%
G=9.36%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643214600.800.110.36308.1867.3538.43
HexA42092050B241344326
Octal244402220120134446410346
Binary10100100100000100100100101000010111001001001101001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42092; }

 p { color: rgb(164,32,146); }

 H1.HeaderClassName
 {
   color: #A42092;
 }
 .AnyTagClassName
 {
   color: #A42092;
 }
</style>
background-color css

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

 a { background-color: rgb(164,32,146); }

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

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

 span { border-color: rgb(164,32,146); }

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