Html Css Color HEX #A69FB2 Spun Pearl

📋 copy color: '#A69FB2'

red 166 ◦ green 159 ◦ blue 178

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

Shades of Spun Pearl #A69FB2

Tints of Spun Pearl #A69FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.39%

R = 33%
G = 31.61%
B = 35.39%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A69FB2 (or 0xA69FB2) is known color: Spun Pearl. HEX triplet: A6, 9F and B2. RGB value is (166,159,178). Sum of RGB (Red+Green+Blue) = 166+159+178=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 178 - color contains mainly: blue. Hex color #A69FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69FB2 is #59604D. Grayscale: #A3A3A3. Windows color (decimal): -5857358 or 11706278. OLE color: 11706278.

HSL color Cylindrical-coordinate representation of color #A69FB2: hue angle of 262.11º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A69FB2 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 159 178 -
CMYK 0.07 0.11 0 0.30
HSL 262.11º 0.11% 0.66% -
HSV(B) 262.11º 0.11% 0.7% -
XYZ 36.16 36.12 47.19 -
YUV 163.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 166 159 178 0.07 0.11 0 0.30 262.11 0.11 0.66
Hex A6 9F B2 7 B 0 1E 106 B 42
Octal 246 237 262 7 13 0 36 406 13 102
Binary 10100110 10011111 10110010 111 1011 0 11110 100000110 1011 1000010

Color Harmonies of #A69FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FB2

Black with #A69FB2

Text Example


Text Example

White with #A69FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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