#A69CCD

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

Shades of Wistful #A69CCD

Tints of Wistful #A69CCD

Color information

#A69CCD (or 0xA69CCD) is unknown color: approx Wistful. HEX triplet: A6, 9C and CD. RGB value is (166,156,205). Sum of RGB (Red+Green+Blue) = 166+156+205=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #A69CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CCD is #596332. Grayscale: #A4A4A4. Windows color (decimal): -5858099 or 13474982. OLE color: 13474982.

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

Color convert

RGB166156205-
CMYK0.190.2400.20
HSL252.24º32.89%70.78%-
HSV(B)252.24º23.9%80.39%-
XYZ38.6336.2962.73-
YUV164.58150.81129.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=31.50%
G=29.60%
B=38.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661562050.190.2400.20252.2432.8970.78
HexA69CCD1318014fc2147
Octal246234315233002437441107
Binary1010011010011100110011011001111000010100111111001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CCD; }

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

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

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

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

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

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

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

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