#A58AC2

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

Shades of Cold Purple #A58AC2

Tints of Cold Purple #A58AC2

Color information

#A58AC2 (or 0xA58AC2) is unknown color: approx Cold Purple. HEX triplet: A5, 8A and C2. RGB value is (165,138,194). Sum of RGB (Red+Green+Blue) = 165+138+194=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #A58AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58AC2 is #5A753D. Grayscale: #989898. Windows color (decimal): -5928254 or 12749477. OLE color: 12749477.

HSL color Cylindrical-coordinate representation of color #A58AC2: hue angle of 268.93º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A58AC2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165138194-
CMYK0.150.2900.24
HSL268.93º31.46%65.1%-
HSV(B)268.93º28.87%76.08%-
XYZ34.3430.0755.03-
YUV152.46151.45136.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 194 (76.17% from 255) = 39.03%
R=33.20%
G=27.77%
B=39.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651381940.150.2900.24268.9331.4665.1
HexA58AC2F1D01810d1f41
Octal245212302173503041537101
Binary101001011000101011000010111111101011000100001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58AC2; }

 p { color: rgb(165,138,194); }

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

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

 a { background-color: rgb(165,138,194); }

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

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

 span { border-color: rgb(165,138,194); }

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