#A58FBE

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

Shades of Cold Purple #A58FBE

Tints of Cold Purple #A58FBE

Color information

#A58FBE (or 0xA58FBE) is unknown color: approx Cold Purple. HEX triplet: A5, 8F and BE. RGB value is (165,143,190). Sum of RGB (Red+Green+Blue) = 165+143+190=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #A58FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FBE is #5A7041. Grayscale: #9A9A9A. Windows color (decimal): -5926978 or 12488613. OLE color: 12488613.

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

Color convert

RGB165143190-
CMYK0.130.2500.25
HSL268.09º26.55%65.29%-
HSV(B)268.09º24.74%74.51%-
XYZ34.6331.3652.94-
YUV154.94147.79135.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=33.13%
G=28.71%
B=38.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651431900.130.2500.25268.0926.5565.29
HexA58FBED1901910c1b41
Octal245217276153103141433101
Binary101001011000111110111110110111001011001100001100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FBE; }

 p { color: rgb(165,143,190); }

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

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

 a { background-color: rgb(165,143,190); }

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

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

 span { border-color: rgb(165,143,190); }

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