Html Css Color HEX #A7A0BB Spun Pearl

📋 copy color: '#A7A0BB'

red 167 ◦ green 160 ◦ blue 187

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

Shades of Spun Pearl #A7A0BB

Tints of Spun Pearl #A7A0BB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.13%

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

R = 32.49%
G = 31.13%
B = 36.38%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A7A0BB (or 0xA7A0BB) is known color: Spun Pearl. HEX triplet: A7, A0 and BB. RGB value is (167,160,187). Sum of RGB (Red+Green+Blue) = 167+160+187=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #A7A0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A0BB is #585F44. Grayscale: #A5A5A5. Windows color (decimal): -5791557 or 12296359. OLE color: 12296359.

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

Color convert

RGB 167 160 187 -
CMYK 0.11 0.14 0 0.27
HSL 255.56º 0.17% 0.68% -
HSV(B) 255.56º 0.14% 0.73% -
XYZ 37.48 36.94 52.17 -
YUV 165.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 167 160 187 0.11 0.14 0 0.27 255.56 0.17 0.68
Hex A7 A0 BB B E 0 1B 100 11 44
Octal 247 240 273 13 16 0 33 400 21 104
Binary 10100111 10100000 10111011 1011 1110 0 11011 100000000 10001 1000100

Color Harmonies of #A7A0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A0BB

Black with #A7A0BB

Text Example


Text Example

White with #A7A0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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