Html Css Color HEX #ABA4B7 Spun Pearl

📋 copy color: '#ABA4B7'

red 171 ◦ green 164 ◦ blue 183

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

Shades of Spun Pearl #ABA4B7

Tints of Spun Pearl #ABA4B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.33%

R = 33.01%
G = 31.66%
B = 35.33%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ABA4B7 (or 0xABA4B7) is known color: Spun Pearl. HEX triplet: AB, A4 and B7. RGB value is (171,164,183). Sum of RGB (Red+Green+Blue) = 171+164+183=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABA4B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4B7 is #545B48. Grayscale: #A8A8A8. Windows color (decimal): -5528393 or 12035243. OLE color: 12035243.

HSL color Cylindrical-coordinate representation of color #ABA4B7: hue angle of 262.11º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA4B7 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 164 183 -
CMYK 0.07 0.10 0 0.28
HSL 262.11º 0.12% 0.68% -
HSV(B) 262.11º 0.1% 0.72% -
XYZ 38.62 38.63 50.22 -
YUV 168.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 171 164 183 0.07 0.10 0 0.28 262.11 0.12 0.68
Hex AB A4 B7 7 A 0 1C 106 C 44
Octal 253 244 267 7 12 0 34 406 14 104
Binary 10101011 10100100 10110111 111 1010 0 11100 100000110 1100 1000100

Color Harmonies of #ABA4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4B7

Black with #ABA4B7

Text Example


Text Example

White with #ABA4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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