Html Css Color HEX #ABA4BB Spun Pearl

📋 copy color: '#ABA4BB'

red 171 ◦ green 164 ◦ blue 187

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

Shades of Spun Pearl #ABA4BB

Tints of Spun Pearl #ABA4BB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.42%

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

R = 32.76%
G = 31.42%
B = 35.82%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABA4BB (or 0xABA4BB) is known color: Spun Pearl. HEX triplet: AB, A4 and BB. RGB value is (171,164,187). Sum of RGB (Red+Green+Blue) = 171+164+187=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4BB is #545B44. Grayscale: #A8A8A8. Windows color (decimal): -5528389 or 12297387. OLE color: 12297387.

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

Color convert

RGB 171 164 187 -
CMYK 0.09 0.12 0 0.27
HSL 258.26º 0.14% 0.69% -
HSV(B) 258.26º 0.12% 0.73% -
XYZ 39.04 38.8 52.44 -
YUV 168.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 171 164 187 0.09 0.12 0 0.27 258.26 0.14 0.69
Hex AB A4 BB 9 C 0 1B 102 E 45
Octal 253 244 273 11 14 0 33 402 16 105
Binary 10101011 10100100 10111011 1001 1100 0 11011 100000010 1110 1000101

Color Harmonies of #ABA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4BB

Black with #ABA4BB

Text Example


Text Example

White with #ABA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4BB; }

 p { color: rgb(171,164,187); }

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

background-color css

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

 a { background-color: rgb(171,164,187); }

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

border-color css

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

 span { border-color: rgb(171,164,187); }

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