#A58CC7

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

Shades of Cold Purple #A58CC7

Tints of Cold Purple #A58CC7

Color information

#A58CC7 (or 0xA58CC7) is unknown color: approx Cold Purple. HEX triplet: A5, 8C and C7. RGB value is (165,140,199). Sum of RGB (Red+Green+Blue) = 165+140+199=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #A58CC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CC7 is #5A7338. Grayscale: #999999. Windows color (decimal): -5927737 or 13077669. OLE color: 13077669.

HSL color Cylindrical-coordinate representation of color #A58CC7: hue angle of 265.42º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58CC7 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB165140199-
CMYK0.170.3000.22
HSL265.42º34.5%66.47%-
HSV(B)265.42º29.65%78.04%-
XYZ35.230.8858.14-
YUV154.2153.28135.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 199 (78.12% from 255) = 39.48%
R=32.74%
G=27.78%
B=39.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651401990.170.3000.22265.4234.566.47
HexA58CC7111E0161092342
Octal245214307213602641143102
Binary10100101100011001100011110001111100101101000010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58CC7; }

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

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

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

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

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

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

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

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