#A58ACA

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

Shades of Cold Purple #A58ACA

Tints of Cold Purple #A58ACA

Color information

#A58ACA (or 0xA58ACA) is unknown color: approx Cold Purple. HEX triplet: A5, 8A and CA. RGB value is (165,138,202). Sum of RGB (Red+Green+Blue) = 165+138+202=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #A58ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ACA is #5A7535. Grayscale: #999999. Windows color (decimal): -5928246 or 13273765. OLE color: 13273765.

HSL color Cylindrical-coordinate representation of color #A58ACA: hue angle of 265.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58ACA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165138202-
CMYK0.180.3200.21
HSL265.31º37.65%66.67%-
HSV(B)265.31º31.68%79.22%-
XYZ35.2730.4459.89-
YUV153.37155.45136.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 202 (79.30% from 255) = 40%
R=32.67%
G=27.33%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651382020.180.3200.21265.3137.6566.67
HexA58ACA12200151092643
Octal245212312224002541146103
Binary101001011000101011001010100101000000101011000010011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58ACA; }

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

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

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

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

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

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

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

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