Html Css Color HEX #A8A5BB Spun Pearl

📋 copy color: '#A8A5BB'

red 168 ◦ green 165 ◦ blue 187

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

Shades of Spun Pearl #A8A5BB

Tints of Spun Pearl #A8A5BB

RGB

 RED value IS 168 (66.02% from 255) = 32.31%

 GREEN value IS 165 (64.84% from 255) = 31.73%

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

R = 32.31%
G = 31.73%
B = 35.96%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A8A5BB (or 0xA8A5BB) is known color: Spun Pearl. HEX triplet: A8, A5 and BB. RGB value is (168,165,187). Sum of RGB (Red+Green+Blue) = 168+165+187=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8A5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A5BB is #575A44. Grayscale: #A8A8A8. Windows color (decimal): -5724741 or 12297640. OLE color: 12297640.

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

Color convert

RGB 168 165 187 -
CMYK 0.10 0.12 0 0.27
HSL 248.18º 0.14% 0.69% -
HSV(B) 248.18º 0.12% 0.73% -
XYZ 38.57 38.82 52.47 -
YUV 168.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 168 165 187 0.10 0.12 0 0.27 248.18 0.14 0.69
Hex A8 A5 BB A C 0 1B F8 E 45
Octal 250 245 273 12 14 0 33 370 16 105
Binary 10101000 10100101 10111011 1010 1100 0 11011 11111000 1110 1000101

Color Harmonies of #A8A5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A5BB

Black with #A8A5BB

Text Example


Text Example

White with #A8A5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A5BB; }

 p { color: rgb(168,165,187); }

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

background-color css

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

 a { background-color: rgb(168,165,187); }

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

border-color css

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

 span { border-color: rgb(168,165,187); }

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