#A094CD

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

Shades of Wistful #A094CD

Tints of Wistful #A094CD

Color information

#A094CD (or 0xA094CD) is unknown color: approx Wistful. HEX triplet: A0, 94 and CD. RGB value is (160,148,205). Sum of RGB (Red+Green+Blue) = 160+148+205=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #A094CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094CD is #5F6B32. Grayscale: #9D9D9D. Windows color (decimal): -6253363 or 13472928. OLE color: 13472928.

HSL color Cylindrical-coordinate representation of color #A094CD: hue angle of 252.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A094CD is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160148205-
CMYK0.220.2800.20
HSL252.63º36.31%69.22%-
HSV(B)252.63º27.8%80.39%-
XYZ36.1133.0662.24-
YUV158.09154.48129.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=31.19%
G=28.85%
B=39.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601482050.220.2800.20252.6336.3169.22
HexA094CD161C014fd2445
Octal240224315263402437544105
Binary1010000010010100110011011011011100010100111111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094CD; }

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

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

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

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

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

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

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

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