#A8A3CE

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

Shades of Wistful #A8A3CE

Tints of Wistful #A8A3CE

Color information

#A8A3CE (or 0xA8A3CE) is unknown color: approx Wistful. HEX triplet: A8, A3 and CE. RGB value is (168,163,206). Sum of RGB (Red+Green+Blue) = 168+163+206=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A3CE is #575C31. Grayscale: #A9A9A9. Windows color (decimal): -5725234 or 13542312. OLE color: 13542312.

HSL color Cylindrical-coordinate representation of color #A8A3CE: hue angle of 246.98º 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 #A8A3CE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168163206-
CMYK0.180.2100.19
HSL246.98º30.5%72.35%-
HSV(B)246.98º20.87%80.78%-
XYZ40.3938.9863.79-
YUV169.4148.66127-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=31.28%
G=30.35%
B=38.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681632060.180.2100.19246.9830.572.35
HexA8A3CE1215013f71e48
Octal250243316222502336736110
Binary101010001010001111001110100101010101001111110111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A3CE; }

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

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

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

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

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

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

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

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