#A69FB4

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

Shades of Spun Pearl #A69FB4

Tints of Spun Pearl #A69FB4

Color information

#A69FB4 (or 0xA69FB4) is unknown color: approx Spun Pearl. HEX triplet: A6, 9F and B4. RGB value is (166,159,180). Sum of RGB (Red+Green+Blue) = 166+159+180=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #A69FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FB4 is #59604B. Grayscale: #A3A3A3. Windows color (decimal): -5857356 or 11837350. OLE color: 11837350.

HSL color Cylindrical-coordinate representation of color #A69FB4: hue angle of 260º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69FB4 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB166159180-
CMYK0.080.1200.29
HSL260º12.28%66.47%-
HSV(B)260º11.67%70.59%-
XYZ36.3636.248.25-
YUV163.49137.32129.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=32.87%
G=31.49%
B=35.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661591800.080.1200.2926012.2866.47
HexA69FB48C01D104c42
Octal246237264101403540414102
Binary1010011010011111101101001000110001110110000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FB4; }

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

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

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

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

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

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

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

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