#A094BD

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

Shades of Cold Purple #A094BD

Tints of Cold Purple #A094BD

Color information

#A094BD (or 0xA094BD) is unknown color: approx Cold Purple. HEX triplet: A0, 94 and BD. RGB value is (160,148,189). Sum of RGB (Red+Green+Blue) = 160+148+189=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #A094BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094BD is #5F6B42. Grayscale: #9C9C9C. Windows color (decimal): -6253379 or 12424352. OLE color: 12424352.

HSL color Cylindrical-coordinate representation of color #A094BD: hue angle of 257.56º degrees, saturation: 0.24, 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 #A094BD is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160148189-
CMYK0.150.2200.26
HSL257.56º23.7%66.08%-
HSV(B)257.56º21.69%74.12%-
XYZ34.2732.3352.58-
YUV156.26146.48130.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.19%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=32.19%
G=29.78%
B=38.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601481890.150.2200.26257.5623.766.08
HexA094BDF1601A1021842
Octal240224275172603240230102
Binary101000001001010010111101111110110011010100000010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094BD; }

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

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

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

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

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

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

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

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