#A58ACC

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

Shades of Cold Purple #A58ACC

Tints of Cold Purple #A58ACC

Color information

#A58ACC (or 0xA58ACC) is unknown color: approx Cold Purple. HEX triplet: A5, 8A and CC. RGB value is (165,138,204). Sum of RGB (Red+Green+Blue) = 165+138+204=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #A58ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ACC is #5A7533. Grayscale: #999999. Windows color (decimal): -5928244 or 13404837. OLE color: 13404837.

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

Color convert

RGB165138204-
CMYK0.190.3200.2
HSL264.55º39.29%67.06%-
HSV(B)264.55º32.35%80%-
XYZ35.530.5461.15-
YUV153.6156.45136.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=32.54%
G=27.22%
B=40.24%

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
Decimal1651382040.190.3200.2264.5539.2967.06
HexA58ACC13200141092743
Octal245212314234002441147103
Binary101001011000101011001100100111000000101001000010011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58ACC; }

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

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

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

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

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

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

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

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