#A094BC

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

Shades of Cold Purple #A094BC

Tints of Cold Purple #A094BC

Color information

#A094BC (or 0xA094BC) is unknown color: approx Cold Purple. HEX triplet: A0, 94 and BC. RGB value is (160,148,188). Sum of RGB (Red+Green+Blue) = 160+148+188=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #A094BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094BC is #5F6B43. Grayscale: #9C9C9C. Windows color (decimal): -6253380 or 12358816. OLE color: 12358816.

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

Color convert

RGB160148188-
CMYK0.150.2100.26
HSL258º22.99%65.88%-
HSV(B)258º21.28%73.73%-
XYZ34.1632.2852.01-
YUV156.15145.98130.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=32.26%
G=29.84%
B=37.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601481880.150.2100.2625822.9965.88
HexA094BCF1501A1021742
Octal240224274172503240227102
Binary101000001001010010111100111110101011010100000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094BC; }

 p { color: rgb(160,148,188); }

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

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

 a { background-color: rgb(160,148,188); }

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

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

 span { border-color: rgb(160,148,188); }

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