Html Css Color HEX #ABA5BA Spun Pearl

📋 copy color: '#ABA5BA'

red 171 ◦ green 165 ◦ blue 186

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

Shades of Spun Pearl #ABA5BA

Tints of Spun Pearl #ABA5BA

RGB

 RED value IS 171 (67.19% from 255) = 32.76%

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

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 32.76%
G = 31.61%
B = 35.63%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABA5BA (or 0xABA5BA) is known color: Spun Pearl. HEX triplet: AB, A5 and BA. RGB value is (171,165,186). Sum of RGB (Red+Green+Blue) = 171+165+186=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5BA is #545A45. Grayscale: #A9A9A9. Windows color (decimal): -5528134 or 12232107. OLE color: 12232107.

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

Color convert

RGB 171 165 186 -
CMYK 0.08 0.11 0 0.27
HSL 257.14º 0.13% 0.69% -
HSV(B) 257.14º 0.11% 0.73% -
XYZ 39.11 39.11 51.94 -
YUV 169.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 171 165 186 0.08 0.11 0 0.27 257.14 0.13 0.69
Hex AB A5 BA 8 B 0 1B 101 D 45
Octal 253 245 272 10 13 0 33 401 15 105
Binary 10101011 10100101 10111010 1000 1011 0 11011 100000001 1101 1000101

Color Harmonies of #ABA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5BA

Black with #ABA5BA

Text Example


Text Example

White with #ABA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5BA; }

 p { color: rgb(171,165,186); }

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

background-color css

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

 a { background-color: rgb(171,165,186); }

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

border-color css

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

 span { border-color: rgb(171,165,186); }

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