#A58CCA

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

Shades of Cold Purple #A58CCA

Tints of Cold Purple #A58CCA

Color information

#A58CCA (or 0xA58CCA) is unknown color: approx Cold Purple. HEX triplet: A5, 8C and CA. RGB value is (165,140,202). Sum of RGB (Red+Green+Blue) = 165+140+202=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #A58CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CCA is #5A7335. Grayscale: #9A9A9A. Windows color (decimal): -5927734 or 13274277. OLE color: 13274277.

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

Color convert

RGB165140202-
CMYK0.180.3100.21
HSL264.19º36.9%67.06%-
HSV(B)264.19º30.69%79.22%-
XYZ35.5631.0259.99-
YUV154.54154.78135.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 140 (55.08% from 255) = 27.61%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=32.54%
G=27.61%
B=39.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651402020.180.3100.21264.1936.967.06
HexA58CCA121F0151082543
Octal245214312223702541045103
Binary10100101100011001100101010010111110101011000010001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58CCA; }

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

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

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

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

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

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

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

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