#A58BCC

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

Shades of Cold Purple #A58BCC

Tints of Cold Purple #A58BCC

Color information

#A58BCC (or 0xA58BCC) is unknown color: approx Cold Purple. HEX triplet: A5, 8B and CC. RGB value is (165,139,204). Sum of RGB (Red+Green+Blue) = 165+139+204=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #A58BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BCC is #5A7433. Grayscale: #999999. Windows color (decimal): -5927988 or 13405093. OLE color: 13405093.

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

Color convert

RGB165139204-
CMYK0.190.3200.2
HSL264º38.92%67.25%-
HSV(B)264º31.86%80%-
XYZ35.6530.8261.2-
YUV154.18156.11135.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.48%
GREEN value IS 139 (54.69% from 255) = 27.36%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=32.48%
G=27.36%
B=40.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651392040.190.3200.226438.9267.25
HexA58BCC13200141082743
Octal245213314234002441047103
Binary101001011000101111001100100111000000101001000010001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BCC; }

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

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

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

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

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

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

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

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