#A593BC

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

Shades of Cold Purple #A593BC

Tints of Cold Purple #A593BC

Color information

#A593BC (or 0xA593BC) is unknown color: approx Cold Purple. HEX triplet: A5, 93 and BC. RGB value is (165,147,188). Sum of RGB (Red+Green+Blue) = 165+147+188=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #A593BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593BC is #5A6C43. Grayscale: #9C9C9C. Windows color (decimal): -5925956 or 12358565. OLE color: 12358565.

HSL color Cylindrical-coordinate representation of color #A593BC: hue angle of 266.34º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A593BC is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165147188-
CMYK0.120.2200.26
HSL266.34º23.43%65.69%-
HSV(B)266.34º21.81%73.73%-
XYZ35.0332.552-
YUV157.06145.46133.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 147 (57.81% from 255) = 29.4%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=33%
G=29.4%
B=37.6%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651471880.120.2200.26266.3423.4365.69
HexA593BCC1601A10a1742
Octal245223274142603241227102
Binary101001011001001110111100110010110011010100001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593BC; }

 p { color: rgb(165,147,188); }

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

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

 a { background-color: rgb(165,147,188); }

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

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

 span { border-color: rgb(165,147,188); }

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