Html Css Color HEX #A7A1BB Spun Pearl

📋 copy color: '#A7A1BB'

red 167 ◦ green 161 ◦ blue 187

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

Shades of Spun Pearl #A7A1BB

Tints of Spun Pearl #A7A1BB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.26%

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

R = 32.43%
G = 31.26%
B = 36.31%

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

#A7A1BB (or 0xA7A1BB) is known color: Spun Pearl. HEX triplet: A7, A1 and BB. RGB value is (167,161,187). Sum of RGB (Red+Green+Blue) = 167+161+187=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #A7A1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A1BB is #585E44. Grayscale: #A5A5A5. Windows color (decimal): -5791301 or 12296615. OLE color: 12296615.

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

Color convert

RGB 167 161 187 -
CMYK 0.11 0.14 0 0.27
HSL 253.85º 0.16% 0.68% -
HSV(B) 253.85º 0.14% 0.73% -
XYZ 37.65 37.29 52.23 -
YUV 165.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 167 161 187 0.11 0.14 0 0.27 253.85 0.16 0.68
Hex A7 A1 BB B E 0 1B FE 10 44
Octal 247 241 273 13 16 0 33 376 20 104
Binary 10100111 10100001 10111011 1011 1110 0 11011 11111110 10000 1000100

Color Harmonies of #A7A1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A1BB

Black with #A7A1BB

Text Example


Text Example

White with #A7A1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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