#A48ECB

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

Shades of Cold Purple #A48ECB

Tints of Cold Purple #A48ECB

Color information

#A48ECB (or 0xA48ECB) is unknown color: approx Cold Purple. HEX triplet: A4, 8E and CB. RGB value is (164,142,203). Sum of RGB (Red+Green+Blue) = 164+142+203=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #A48ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ECB is #5B7134. Grayscale: #9B9B9B. Windows color (decimal): -5992757 or 13340324. OLE color: 13340324.

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

Color convert

RGB164142203-
CMYK0.190.3000.20
HSL261.64º36.97%67.65%-
HSV(B)261.64º30.05%79.61%-
XYZ35.7631.5560.7-
YUV155.53154.79134.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=32.22%
G=27.90%
B=39.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641422030.190.3000.20261.6436.9767.65
HexA48ECB131E0141062544
Octal244216313233602440645104
Binary10100100100011101100101110011111100101001000001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48ECB; }

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

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

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

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

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

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

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

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