#A48DCD

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

Shades of Cold Purple #A48DCD

Tints of Cold Purple #A48DCD

Color information

#A48DCD (or 0xA48DCD) is unknown color: approx Cold Purple. HEX triplet: A4, 8D and CD. RGB value is (164,141,205). Sum of RGB (Red+Green+Blue) = 164+141+205=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #A48DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DCD is #5B7232. Grayscale: #9A9A9A. Windows color (decimal): -5993011 or 13471140. OLE color: 13471140.

HSL color Cylindrical-coordinate representation of color #A48DCD: hue angle of 261.56º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A48DCD is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164141205-
CMYK0.20.3100.20
HSL261.56º39.02%67.84%-
HSV(B)261.56º31.22%80.39%-
XYZ35.8531.3561.92-
YUV155.17156.12134.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 141 (55.47% from 255) = 27.65%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=32.16%
G=27.65%
B=40.20%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641412050.20.3100.20261.5639.0267.84
HexA48DCD141F0141062744
Octal244215315243702440647104
Binary10100100100011011100110110100111110101001000001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DCD; }

 p { color: rgb(164,141,205); }

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

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

 a { background-color: rgb(164,141,205); }

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

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

 span { border-color: rgb(164,141,205); }

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