Html Css Color HEX #A69FB4 Spun Pearl

📋 copy color: '#A69FB4'

red 166 ◦ green 159 ◦ blue 180

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

Shades of Spun Pearl #A69FB4

Tints of Spun Pearl #A69FB4

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.7% from 255) = 35.64%

R = 32.87%
G = 31.49%
B = 35.64%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A69FB4 (or 0xA69FB4) is known color: 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

RGB 166 159 180 -
CMYK 0.08 0.12 0 0.29
HSL 260º 0.12% 0.66% -
HSV(B) 260º 0.12% 0.71% -
XYZ 36.36 36.2 48.25 -
YUV 163.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 166 159 180 0.08 0.12 0 0.29 260 0.12 0.66
Hex A6 9F B4 8 C 0 1D 104 C 42
Octal 246 237 264 10 14 0 35 404 14 102
Binary 10100110 10011111 10110100 1000 1100 0 11101 100000100 1100 1000010

Color Harmonies of #A69FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FB4

Black with #A69FB4

Text Example


Text Example

White with #A69FB4

Text Example


Text Example

HTML Codes & Css Web 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>