#A48BCB

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

Shades of Cold Purple #A48BCB

Tints of Cold Purple #A48BCB

Color information

#A48BCB (or 0xA48BCB) is unknown color: approx Cold Purple. HEX triplet: A4, 8B and CB. RGB value is (164,139,203). Sum of RGB (Red+Green+Blue) = 164+139+203=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #A48BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BCB is #5B7434. Grayscale: #999999. Windows color (decimal): -5993525 or 13339556. OLE color: 13339556.

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

Color convert

RGB164139203-
CMYK0.190.3200.20
HSL263.44º38.1%67.06%-
HSV(B)263.44º31.53%79.61%-
XYZ35.3230.6760.56-
YUV153.77155.78135.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=32.41%
G=27.47%
B=40.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641392030.190.3200.20263.4438.167.06
HexA48BCB13200141072643
Octal244213313234002440746103
Binary101001001000101111001011100111000000101001000001111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48BCB; }

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

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

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

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

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

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

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

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