#A69FB9

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

Shades of Spun Pearl #A69FB9

Tints of Spun Pearl #A69FB9

Color information

#A69FB9 (or 0xA69FB9) is unknown color: approx Spun Pearl. HEX triplet: A6, 9F and B9. RGB value is (166,159,185). Sum of RGB (Red+Green+Blue) = 166+159+185=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 185 - color contains mainly: blue. Hex color #A69FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FB9 is #596046. Grayscale: #A3A3A3. Windows color (decimal): -5857351 or 12165030. OLE color: 12165030.

HSL color Cylindrical-coordinate representation of color #A69FB9: hue angle of 256.15º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A69FB9 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166159185-
CMYK0.100.1400.27
HSL256.15º15.66%67.45%-
HSV(B)256.15º14.05%72.55%-
XYZ36.8836.4150.98-
YUV164.06139.82129.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=32.55%
G=31.18%
B=36.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661591850.100.1400.27256.1515.6667.45
HexA69FB9AE01B1001043
Octal246237271121603340020103
Binary10100110100111111011100110101110011011100000000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FB9; }

 p { color: rgb(166,159,185); }

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

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

 a { background-color: rgb(166,159,185); }

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

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

 span { border-color: rgb(166,159,185); }

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