#A48CBF

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

Shades of Cold Purple #A48CBF

Tints of Cold Purple #A48CBF

Color information

#A48CBF (or 0xA48CBF) is unknown color: approx Cold Purple. HEX triplet: A4, 8C and BF. RGB value is (164,140,191). Sum of RGB (Red+Green+Blue) = 164+140+191=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #A48CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CBF is #5B7340. Grayscale: #989898. Windows color (decimal): -5993281 or 12553380. OLE color: 12553380.

HSL color Cylindrical-coordinate representation of color #A48CBF: hue angle of 268.24º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A48CBF is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164140191-
CMYK0.140.2700.25
HSL268.24º28.49%64.9%-
HSV(B)268.24º26.7%74.9%-
XYZ34.0930.4153.36-
YUV152.99149.45135.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 191 (75% from 255) = 38.59%
R=33.13%
G=28.28%
B=38.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641401910.140.2700.25268.2428.4964.9
HexA48CBFE1B01910c1c41
Octal244214277163303141434101
Binary101001001000110010111111111011011011001100001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48CBF; }

 p { color: rgb(164,140,191); }

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

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

 a { background-color: rgb(164,140,191); }

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

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

 span { border-color: rgb(164,140,191); }

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