#A28DCA

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

Shades of Cold Purple #A28DCA

Tints of Cold Purple #A28DCA

Color information

#A28DCA (or 0xA28DCA) is unknown color: approx Cold Purple. HEX triplet: A2, 8D and CA. RGB value is (162,141,202). Sum of RGB (Red+Green+Blue) = 162+141+202=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #A28DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DCA is #5D7235. Grayscale: #9A9A9A. Windows color (decimal): -6124086 or 13274530. OLE color: 13274530.

HSL color Cylindrical-coordinate representation of color #A28DCA: hue angle of 260.66º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28DCA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162141202-
CMYK0.200.3000.21
HSL260.66º36.53%67.25%-
HSV(B)260.66º30.2%79.22%-
XYZ35.093160.01-
YUV154.23154.96133.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 141 (55.47% from 255) = 27.92%
BLUE value IS 202 (79.30% from 255) = 40%
R=32.08%
G=27.92%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621412020.200.3000.21260.6636.5367.25
HexA28DCA141E0151052543
Octal242215312243602540545103
Binary10100010100011011100101010100111100101011000001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DCA; }

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

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

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

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

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

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

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

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