Html Css Color HEX #A69FBB Spun Pearl

📋 copy color: '#A69FBB'

red 166 ◦ green 159 ◦ blue 187

#A69FBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spun Pearl #A69FBB

Tints of Spun Pearl #A69FBB

RGB

 RED value IS 166 (65.23% from 255) = 32.42%

 GREEN value IS 159 (62.5% from 255) = 31.05%

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 32.42%
G = 31.05%
B = 36.52%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A69FBB (or 0xA69FBB) is known color: Spun Pearl. HEX triplet: A6, 9F and BB. RGB value is (166,159,187). Sum of RGB (Red+Green+Blue) = 166+159+187=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #A69FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FBB is #596044. Grayscale: #A4A4A4. Windows color (decimal): -5857349 or 12296102. OLE color: 12296102.

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

Color convert

RGB 166 159 187 -
CMYK 0.11 0.15 0 0.27
HSL 255º 0.17% 0.68% -
HSV(B) 255º 0.15% 0.73% -
XYZ 37.09 36.49 52.1 -
YUV 164.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 166 159 187 0.11 0.15 0 0.27 255 0.17 0.68
Hex A6 9F BB B F 0 1B FF 11 44
Octal 246 237 273 13 17 0 33 377 21 104
Binary 10100110 10011111 10111011 1011 1111 0 11011 11111111 10001 1000100

Color Harmonies of #A69FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FBB

Black with #A69FBB

Text Example


Text Example

White with #A69FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69FBB; }

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

 H1.HeaderClassName
 {
   color: #A69FBB;
 }
 .AnyTagClassName
 {
   color: #A69FBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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