#A48DCB

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

Shades of Cold Purple #A48DCB

Tints of Cold Purple #A48DCB

Color information

#A48DCB (or 0xA48DCB) is unknown color: approx Cold Purple. HEX triplet: A4, 8D and CB. RGB value is (164,141,203). Sum of RGB (Red+Green+Blue) = 164+141+203=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #A48DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DCB is #5B7234. Grayscale: #9A9A9A. Windows color (decimal): -5993013 or 13340068. OLE color: 13340068.

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

Color convert

RGB164141203-
CMYK0.190.3100.20
HSL262.26º37.35%67.45%-
HSV(B)262.26º30.54%79.61%-
XYZ35.6131.2560.66-
YUV154.94155.12134.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.28%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=32.28%
G=27.76%
B=39.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641412030.190.3100.20262.2637.3567.45
HexA48DCB131F0141062543
Octal244215313233702440645103
Binary10100100100011011100101110011111110101001000001101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48DCB; }

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

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

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

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

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

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

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

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