Html Css Color HEX #A79FBB Spun Pearl

📋 copy color: '#A79FBB'

red 167 ◦ green 159 ◦ blue 187

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

Shades of Spun Pearl #A79FBB

Tints of Spun Pearl #A79FBB

RGB

 RED value IS 167 (65.63% from 255) = 32.55%

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

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

R = 32.55%
G = 30.99%
B = 36.45%

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

#A79FBB (or 0xA79FBB) is known color: Spun Pearl. HEX triplet: A7, 9F and BB. RGB value is (167,159,187). Sum of RGB (Red+Green+Blue) = 167+159+187=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #A79FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79FBB is #586044. Grayscale: #A4A4A4. Windows color (decimal): -5791813 or 12296103. OLE color: 12296103.

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

Color convert

RGB 167 159 187 -
CMYK 0.11 0.15 0 0.27
HSL 257.14º 0.17% 0.68% -
HSV(B) 257.14º 0.15% 0.73% -
XYZ 37.3 36.6 52.11 -
YUV 164.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 167 159 187 0.11 0.15 0 0.27 257.14 0.17 0.68
Hex A7 9F BB B F 0 1B 101 11 44
Octal 247 237 273 13 17 0 33 401 21 104
Binary 10100111 10011111 10111011 1011 1111 0 11011 100000001 10001 1000100

Color Harmonies of #A79FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79FBB

Black with #A79FBB

Text Example


Text Example

White with #A79FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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