#A5A3CE

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

Shades of Wistful #A5A3CE

Tints of Wistful #A5A3CE

Color information

#A5A3CE (or 0xA5A3CE) is unknown color: approx Wistful. HEX triplet: A5, A3 and CE. RGB value is (165,163,206). Sum of RGB (Red+Green+Blue) = 165+163+206=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #A5A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A3CE is #5A5C31. Grayscale: #A8A8A8. Windows color (decimal): -5921842 or 13542309. OLE color: 13542309.

HSL color Cylindrical-coordinate representation of color #A5A3CE: hue angle of 242.79º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5A3CE is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165163206-
CMYK0.200.2100.19
HSL242.79º30.5%72.35%-
HSV(B)242.79º20.87%80.78%-
XYZ39.7538.6563.76-
YUV168.5149.16125.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.90%
GREEN value IS 163 (64.06% from 255) = 30.52%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=30.90%
G=30.52%
B=38.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651632060.200.2100.19242.7930.572.35
HexA5A3CE1415013f31e48
Octal245243316242502336336110
Binary101001011010001111001110101001010101001111110011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A3CE; }

 p { color: rgb(165,163,206); }

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

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

 a { background-color: rgb(165,163,206); }

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

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

 span { border-color: rgb(165,163,206); }

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