#A58BCB

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

Shades of Cold Purple #A58BCB

Tints of Cold Purple #A58BCB

Color information

#A58BCB (or 0xA58BCB) is unknown color: approx Cold Purple. HEX triplet: A5, 8B and CB. RGB value is (165,139,203). Sum of RGB (Red+Green+Blue) = 165+139+203=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #A58BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BCB is #5A7434. Grayscale: #999999. Windows color (decimal): -5927989 or 13339557. OLE color: 13339557.

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

Color convert

RGB165139203-
CMYK0.190.3200.20
HSL264.38º38.1%67.06%-
HSV(B)264.38º31.53%79.61%-
XYZ35.5330.7860.57-
YUV154.07155.61135.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=32.54%
G=27.42%
B=40.04%

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
Decimal1651392030.190.3200.20264.3838.167.06
HexA58BCB13200141082643
Octal245213313234002441046103
Binary101001011000101111001011100111000000101001000010001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BCB; }

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

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

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

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

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

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

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

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