#A48DC4

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

Shades of Cold Purple #A48DC4

Tints of Cold Purple #A48DC4

Color information

#A48DC4 (or 0xA48DC4) is unknown color: approx Cold Purple. HEX triplet: A4, 8D and C4. RGB value is (164,141,196). Sum of RGB (Red+Green+Blue) = 164+141+196=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #A48DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DC4 is #5B723B. Grayscale: #999999. Windows color (decimal): -5993020 or 12881316. OLE color: 12881316.

HSL color Cylindrical-coordinate representation of color #A48DC4: hue angle of 265.09º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A48DC4 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164141196-
CMYK0.160.2800.23
HSL265.09º31.79%66.08%-
HSV(B)265.09º28.06%76.86%-
XYZ34.830.9356.36-
YUV154.15151.62135.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=32.73%
G=28.14%
B=39.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641411960.160.2800.23265.0931.7966.08
HexA48DC4101C0171092042
Octal244215304203402741140102
Binary10100100100011011100010010000111000101111000010011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DC4; }

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

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

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

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

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

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

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

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