Html Css Color HEX #A69FBA Spun Pearl

📋 copy color: '#A69FBA'

red 166 ◦ green 159 ◦ blue 186

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

Shades of Spun Pearl #A69FBA

Tints of Spun Pearl #A69FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.4%

R = 32.49%
G = 31.12%
B = 36.4%

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

#A69FBA (or 0xA69FBA) is known color: Spun Pearl. HEX triplet: A6, 9F and BA. RGB value is (166,159,186). Sum of RGB (Red+Green+Blue) = 166+159+186=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #A69FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FBA is #596045. Grayscale: #A4A4A4. Windows color (decimal): -5857350 or 12230566. OLE color: 12230566.

HSL color Cylindrical-coordinate representation of color #A69FBA: hue angle of 255.56º degrees, saturation: 0.16, 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 #A69FBA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 159 186 -
CMYK 0.11 0.15 0 0.27
HSL 255.56º 0.16% 0.68% -
HSV(B) 255.56º 0.15% 0.73% -
XYZ 36.99 36.45 51.54 -
YUV 164.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 166 159 186 0.11 0.15 0 0.27 255.56 0.16 0.68
Hex A6 9F BA B F 0 1B 100 10 44
Octal 246 237 272 13 17 0 33 400 20 104
Binary 10100110 10011111 10111010 1011 1111 0 11011 100000000 10000 1000100

Color Harmonies of #A69FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FBA

Black with #A69FBA

Text Example


Text Example

White with #A69FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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