#A093BF

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

Shades of Cold Purple #A093BF

Tints of Cold Purple #A093BF

Color information

#A093BF (or 0xA093BF) is unknown color: approx Cold Purple. HEX triplet: A0, 93 and BF. RGB value is (160,147,191). Sum of RGB (Red+Green+Blue) = 160+147+191=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #A093BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A093BF is #5F6C40. Grayscale: #9B9B9B. Windows color (decimal): -6253633 or 12555168. OLE color: 12555168.

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

Color convert

RGB160147191-
CMYK0.160.2300.25
HSL257.73º25.58%66.27%-
HSV(B)257.73º23.04%74.9%-
XYZ34.3332.153.68-
YUV155.9147.81130.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 191 (75% from 255) = 38.35%
R=32.13%
G=29.52%
B=38.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601471910.160.2300.25257.7325.5866.27
HexA093BF10170191021a42
Octal240223277202703140232102
Binary1010000010010011101111111000010111011001100000010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093BF; }

 p { color: rgb(160,147,191); }

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

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

 a { background-color: rgb(160,147,191); }

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

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

 span { border-color: rgb(160,147,191); }

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