#A69CC8

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

Shades of Wistful #A69CC8

Tints of Wistful #A69CC8

Color information

#A69CC8 (or 0xA69CC8) is unknown color: approx Wistful. HEX triplet: A6, 9C and C8. RGB value is (166,156,200). Sum of RGB (Red+Green+Blue) = 166+156+200=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 200 - color contains mainly: blue. Hex color #A69CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CC8 is #596337. Grayscale: #A3A3A3. Windows color (decimal): -5858104 or 13147302. OLE color: 13147302.

HSL color Cylindrical-coordinate representation of color #A69CC8: hue angle of 253.64º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69CC8 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166156200-
CMYK0.170.2200.22
HSL253.64º28.57%69.8%-
HSV(B)253.64º22%78.43%-
XYZ38.0436.0559.6-
YUV164.01148.31129.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 200 (78.52% from 255) = 38.31%
R=31.80%
G=29.89%
B=38.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661562000.170.2200.22253.6428.5769.8
HexA69CC81116016fe1d46
Octal246234310212602637635106
Binary101001101001110011001000100011011001011011111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CC8; }

 p { color: rgb(166,156,200); }

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

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

 a { background-color: rgb(166,156,200); }

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

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

 span { border-color: rgb(166,156,200); }

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