#A69BCC

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

Shades of Wistful #A69BCC

Tints of Wistful #A69BCC

Color information

#A69BCC (or 0xA69BCC) is unknown color: approx Wistful. HEX triplet: A6, 9B and CC. RGB value is (166,155,204). Sum of RGB (Red+Green+Blue) = 166+155+204=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #A69BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BCC is #596433. Grayscale: #A3A3A3. Windows color (decimal): -5858356 or 13409190. OLE color: 13409190.

HSL color Cylindrical-coordinate representation of color #A69BCC: hue angle of 253.47º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A69BCC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB166155204-
CMYK0.190.2400.2
HSL253.47º32.45%70.39%-
HSV(B)253.47º24.02%80%-
XYZ38.3535.9162.04-
YUV163.88150.64129.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=31.62%
G=29.52%
B=38.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1661552040.190.2400.2253.4732.4570.39
HexA69BCC1318014fd2046
Octal246233314233002437540106
Binary1010011010011011110011001001111000010100111111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BCC; }

 p { color: rgb(166,155,204); }

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

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

 a { background-color: rgb(166,155,204); }

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

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

 span { border-color: rgb(166,155,204); }

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