#A58AC4

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

Shades of Cold Purple #A58AC4

Tints of Cold Purple #A58AC4

Color information

#A58AC4 (or 0xA58AC4) is unknown color: approx Cold Purple. HEX triplet: A5, 8A and C4. RGB value is (165,138,196). Sum of RGB (Red+Green+Blue) = 165+138+196=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #A58AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58AC4 is #5A753B. Grayscale: #989898. Windows color (decimal): -5928252 or 12880549. OLE color: 12880549.

HSL color Cylindrical-coordinate representation of color #A58AC4: hue angle of 267.93º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58AC4 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB165138196-
CMYK0.160.3000.23
HSL267.93º32.95%65.49%-
HSV(B)267.93º29.59%76.86%-
XYZ34.5730.1656.22-
YUV152.68152.45136.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 196 (76.95% from 255) = 39.28%
R=33.07%
G=27.66%
B=39.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651381960.160.3000.23267.9332.9565.49
HexA58AC4101E01710c2141
Octal245212304203602741441101
Binary10100101100010101100010010000111100101111000011001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58AC4; }

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

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

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

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

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

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

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

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