Html Css Color HEX #ABA4BA Spun Pearl

📋 copy color: '#ABA4BA'

red 171 ◦ green 164 ◦ blue 186

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

Shades of Spun Pearl #ABA4BA

Tints of Spun Pearl #ABA4BA

RGB

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

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

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

R = 32.82%
G = 31.48%
B = 35.7%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABA4BA (or 0xABA4BA) is known color: Spun Pearl. HEX triplet: AB, A4 and BA. RGB value is (171,164,186). Sum of RGB (Red+Green+Blue) = 171+164+186=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4BA is #545B45. Grayscale: #A8A8A8. Windows color (decimal): -5528390 or 12231851. OLE color: 12231851.

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

Color convert

RGB 171 164 186 -
CMYK 0.08 0.12 0 0.27
HSL 259.09º 0.14% 0.69% -
HSV(B) 259.09º 0.12% 0.73% -
XYZ 38.93 38.75 51.88 -
YUV 168.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 171 164 186 0.08 0.12 0 0.27 259.09 0.14 0.69
Hex AB A4 BA 8 C 0 1B 103 E 45
Octal 253 244 272 10 14 0 33 403 16 105
Binary 10101011 10100100 10111010 1000 1100 0 11011 100000011 1110 1000101

Color Harmonies of #ABA4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA4BA

Black with #ABA4BA

Text Example


Text Example

White with #ABA4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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