#A3238C

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

Shades of Dark Purple #A3238C

Tints of Dark Purple #A3238C

Color information

#A3238C (or 0xA3238C) is unknown color: approx Dark Purple. HEX triplet: A3, 23 and 8C. RGB value is (163,35,140). Sum of RGB (Red+Green+Blue) = 163+35+140=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3238C is #5CDC73. Grayscale: #545454. Windows color (decimal): -6085748 or 9184163. OLE color: 9184163.

HSL color Cylindrical-coordinate representation of color #A3238C: hue angle of 310.78º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3238C is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16335140-
CMYK00.790.140.36
HSL310.78º64.65%38.82%-
HSV(B)310.78º78.53%63.92%-
XYZ20.4410.8825.83-
YUV85.24158.91183.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 35 (14.06% from 255) = 10.36%
BLUE value IS 140 (55.08% from 255) = 41.42%
R=48.22%
G=10.36%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633514000.790.140.36310.7864.6538.82
HexA3238C04FE241374127
Octal243432140117164446710147
Binary10100011100011100011000100111111101001001001101111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3238C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3238C; }

 p { color: rgb(163,35,140); }

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

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

 a { background-color: rgb(163,35,140); }

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

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

 span { border-color: rgb(163,35,140); }

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