#A28DC1

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

Shades of Cold Purple #A28DC1

Tints of Cold Purple #A28DC1

Color information

#A28DC1 (or 0xA28DC1) is unknown color: approx Cold Purple. HEX triplet: A2, 8D and C1. RGB value is (162,141,193). Sum of RGB (Red+Green+Blue) = 162+141+193=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #A28DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DC1 is #5D723E. Grayscale: #999999. Windows color (decimal): -6124095 or 12684706. OLE color: 12684706.

HSL color Cylindrical-coordinate representation of color #A28DC1: hue angle of 264.23º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A28DC1 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162141193-
CMYK0.160.2700.24
HSL264.23º29.55%65.49%-
HSV(B)264.23º26.94%75.69%-
XYZ34.0530.5854.56-
YUV153.21150.46134.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=32.66%
G=28.43%
B=38.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621411930.160.2700.24264.2329.5565.49
HexA28DC1101B0181081e41
Octal242215301203303041036101
Binary1010001010001101110000011000011011011000100001000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DC1; }

 p { color: rgb(162,141,193); }

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

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

 a { background-color: rgb(162,141,193); }

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

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

 span { border-color: rgb(162,141,193); }

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