#A48FCB

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

Shades of Cold Purple #A48FCB

Tints of Cold Purple #A48FCB

Color information

#A48FCB (or 0xA48FCB) is unknown color: approx Cold Purple. HEX triplet: A4, 8F and CB. RGB value is (164,143,203). Sum of RGB (Red+Green+Blue) = 164+143+203=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #A48FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FCB is #5B7034. Grayscale: #9B9B9B. Windows color (decimal): -5992501 or 13340580. OLE color: 13340580.

HSL color Cylindrical-coordinate representation of color #A48FCB: hue angle of 261º 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 #A48FCB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164143203-
CMYK0.190.3000.20
HSL261º36.59%67.84%-
HSV(B)261º29.56%79.61%-
XYZ35.9131.8560.75-
YUV156.12154.46133.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 143 (56.25% from 255) = 28.04%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=32.16%
G=28.04%
B=39.80%

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
Decimal1641432030.190.3000.2026136.5967.84
HexA48FCB131E0141052544
Octal244217313233602440545104
Binary10100100100011111100101110011111100101001000001011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FCB; }

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

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

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

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

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

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

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

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