#A58ECB

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

Shades of Cold Purple #A58ECB

Tints of Cold Purple #A58ECB

Color information

#A58ECB (or 0xA58ECB) is unknown color: approx Cold Purple. HEX triplet: A5, 8E and CB. RGB value is (165,142,203). Sum of RGB (Red+Green+Blue) = 165+142+203=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #A58ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ECB is #5A7134. Grayscale: #9B9B9B. Windows color (decimal): -5927221 or 13340325. OLE color: 13340325.

HSL color Cylindrical-coordinate representation of color #A58ECB: hue angle of 262.62º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58ECB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165142203-
CMYK0.190.3000.20
HSL262.62º36.97%67.65%-
HSV(B)262.62º30.05%79.61%-
XYZ35.9731.6660.71-
YUV155.83154.62134.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=32.35%
G=27.84%
B=39.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651422030.190.3000.20262.6236.9767.65
HexA58ECB131E0141072544
Octal245216313233602440745104
Binary10100101100011101100101110011111100101001000001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58ECB; }

 p { color: rgb(165,142,203); }

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

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

 a { background-color: rgb(165,142,203); }

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

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

 span { border-color: rgb(165,142,203); }

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