#A69EB5

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

Shades of Spun Pearl #A69EB5

Tints of Spun Pearl #A69EB5

Color information

#A69EB5 (or 0xA69EB5) is unknown color: approx Spun Pearl. HEX triplet: A6, 9E and B5. RGB value is (166,158,181). Sum of RGB (Red+Green+Blue) = 166+158+181=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #A69EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EB5 is #59614A. Grayscale: #A2A2A2. Windows color (decimal): -5857611 or 11902630. OLE color: 11902630.

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

Color convert

RGB166158181-
CMYK0.080.1300.29
HSL260.87º13.45%66.47%-
HSV(B)260.87º12.71%70.98%-
XYZ36.2935.948.73-
YUV163.01138.15130.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 181 (71.09% from 255) = 35.84%
R=32.87%
G=31.29%
B=35.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661581810.080.1300.29260.8713.4566.47
HexA69EB58D01D105d42
Octal246236265101503540515102
Binary1010011010011110101101011000110101110110000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EB5; }

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

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

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

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

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

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

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

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