#A093AF

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

Shades of Cold Purple #A093AF

Tints of Cold Purple #A093AF

Color information

#A093AF (or 0xA093AF) is unknown color: approx Cold Purple. HEX triplet: A0, 93 and AF. RGB value is (160,147,175). Sum of RGB (Red+Green+Blue) = 160+147+175=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #A093AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093AF is #5F6C50. Grayscale: #999999. Windows color (decimal): -6253649 or 11506592. OLE color: 11506592.

HSL color Cylindrical-coordinate representation of color #A093AF: hue angle of 267.86º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A093AF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160147175-
CMYK0.090.1600.31
HSL267.86º14.89%63.14%-
HSV(B)267.86º16%68.63%-
XYZ32.6731.4444.9-
YUV154.08139.81132.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=33.20%
G=30.50%
B=36.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601471750.090.1600.31267.8614.8963.14
HexA093AF91001F10cf3f
Octal24022325711200374141777
Binary1010000010010011101011111001100000111111000011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093AF; }

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

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

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

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

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

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

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

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