#A69EB9

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

Shades of Spun Pearl #A69EB9

Tints of Spun Pearl #A69EB9

Color information

#A69EB9 (or 0xA69EB9) is unknown color: approx Spun Pearl. HEX triplet: A6, 9E and B9. RGB value is (166,158,185). Sum of RGB (Red+Green+Blue) = 166+158+185=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: blue. Hex color #A69EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EB9 is #596146. Grayscale: #A3A3A3. Windows color (decimal): -5857607 or 12164774. OLE color: 12164774.

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

Color convert

RGB166158185-
CMYK0.100.1500.27
HSL257.78º16.17%67.25%-
HSV(B)257.78º14.59%72.55%-
XYZ36.7136.0650.93-
YUV163.47140.15129.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=32.61%
G=31.04%
B=36.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661581850.100.1500.27257.7816.1767.25
HexA69EB9AF01B1021043
Octal246236271121703340220103
Binary10100110100111101011100110101111011011100000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EB9; }

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

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

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

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

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

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

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

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